summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraresvis <rares.visalom@gmail.com>2017-07-13 01:35:32 +0300
committerFlorian Müllner <fmuellner@gnome.org>2017-07-13 03:16:21 +0200
commit227f5b86459bf19914e34c2d0c5c1b85e850162f (patch)
treea6ec9cec79ef5bb5b0fba49040a5944ff49c6210
parentb977c7eae465f108cb477bf8dc012c4c4b838a8c (diff)
downloadgnome-shell-sass-227f5b86459bf19914e34c2d0c5c1b85e850162f.tar.gz
search: Use standard font size for list result titles
The current size of the text is way bigger than what we want now. The default front size is what we are looking after, therefore no explicit value is needed to specify the font size. https://bugzilla.gnome.org/show_bug.cgi?id=749957
-rw-r--r--_common.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/_common.scss b/_common.scss
index 730348b..024a635 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1308,7 +1308,7 @@ StScrollBar {
.search-section-separator { height: 2px; background-color: rgba(255, 255, 255, 0.2); }
.list-search-result-content { spacing: 30px; }
- .list-search-result-title { font-size: 1.5em; color: darken($osd_fg_color,5%); spacing: 12px; }
+ .list-search-result-title { color: darken($osd_fg_color,5%); spacing: 12px; }
.list-search-result-description { color: darken($osd_fg_color,15%); }
.list-search-provider-details { width: 150px; color: darken($osd_fg_color,5%); margin-top: 0.24em; }
.list-search-provider-content { spacing: 20px; }