[gnome-shell-sass/wip/raresv/uiTweaksSass2: 4/5] gnome-shell: Use standard font size for the search-result-title class



commit 5e7cb084883c03d92d86e0990f8ac8842dba3325
Author: raresvis <rares visalom gmail com>
Date:   Thu Jul 13 01:35:32 2017 +0300

    gnome-shell: Use standard font size for the search-result-title class
    
    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

 _common.scss |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index bfa3ddb..254c169 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1307,9 +1307,9 @@ StScrollBar {
 
   .search-section-separator { height: 2px; background-color: rgba(255, 255, 255, 0.2); }
 
-  .list-search-result-title { font-size: 1.5em; color: darken($osd_fg_color,5%); spacing: 12px; }
   .list-search-result-description { color: darken($osd_fg_color,15%); }
   .list-search-result-content { spacing: 30px; }
+  .list-search-result-title { color: darken($osd_fg_color,5%); spacing: 12px; }
   .list-search-provider-details { width: 150px; color: darken($osd_fg_color,5%); margin-top: 0.24em; }
   .list-search-provider-content { spacing: 20px; }
   .search-provider-icon { padding: 15px; }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]