[gnome-shell-sass/wip/raresv/uiTweaksSass2: 5/5] gnome-shell: Make search result description semitransparent



commit ff0f1407e5f09e6eca580bc3aae1469803cc22c4
Author: raresvis <rares visalom gmail com>
Date:   Thu Jul 13 01:36:28 2017 +0300

    gnome-shell: Make search result description semitransparent
    
    There is a clear difference between the search result and its
    associated description which the mockups clearly highlight.
    Consequently, make the description label semitransparent,
    in order to emphasize the search result, not the description
    itself.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=749957

 _common.scss |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 254c169..fa85e1d 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1310,6 +1310,7 @@ StScrollBar {
   .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-result-description { color: transparentize(darken($osd_fg_color,15%), 0.5); }
   .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]