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



commit 2c8efa5bf705ccb4c25e91e7cbf5dda9862e207b
Author: raresvis <rares visalom gmail com>
Date:   Tue Jul 11 21:41:12 2017 +0300

    gnome-shell: Make search result description semitransparent
    
    There is a clear difference between the file name and its associated
    description which the mockups clearly highlight. Consequently,
    make the description label semitransparent, in order to emphasize
    the file name, not the description itself.
    
    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 5f1f1fa..89857ed 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1310,7 +1310,7 @@ StScrollBar {
   .list-search-result-content { spacing: 12px; padding: 2px; }
   .list-search-result-title { color: darken($osd_fg_color,5%); }
   .list-search-result-provider { color: #e2e2df; margin-top: 0.24em; }
-  .list-search-result-description { color: darken($osd_fg_color,15%); }
+  .list-search-result-description { color: rgba(202, 202, 196, 0.5); }
   .list-search-provider-details { width: 150px; }
   .list-search-provider-content { spacing: 30px; }
   .search-provider-icon { padding: 15px; }


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