summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRares Visalom <rares.visalom@gmail.com>2017-07-13 01:36:28 +0300
committerRares Visalom <rares.visalom@gmail.com>2017-07-13 21:09:54 +0300
commitdf8e38874068f8b2ff4ef1c604775e41870a612f (patch)
tree1f8550858ab8c4d6561a20cb2116ec302ff344c0
parentbc295fecf53b090dc59dee82427d6aae34da0bff (diff)
downloadgnome-shell-sass-wip/raresv/uiTweaksSass3.tar.gz
search: Make search result description semitransparentwip/raresv/uiTweaksSass3
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
-rw-r--r--_common.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/_common.scss b/_common.scss
index f400333..4b26e45 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1309,7 +1309,7 @@ StScrollBar {
.list-search-result-content { spacing: 30px; }
.list-search-result-title { color: darken($osd_fg_color,5%); spacing: 12px; }
- .list-search-result-description { color: darken($osd_fg_color,15%); }
+ .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; }