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
This commit is contained in:

committed by
Florian Müllner

parent
69a9c222d0
commit
90f7dfd783
@ -1183,7 +1183,7 @@ StScrollBar {
|
||||
spacing: 12px; }
|
||||
|
||||
.list-search-result-description {
|
||||
color: #cacac4; }
|
||||
color: rgba(202, 202, 196, 0.5); }
|
||||
|
||||
.list-search-provider-details {
|
||||
width: 150px;
|
||||
|
Submodule data/theme/gnome-shell-sass updated: bc295fecf5...df8e388740
@ -1183,7 +1183,7 @@ StScrollBar {
|
||||
spacing: 12px; }
|
||||
|
||||
.list-search-result-description {
|
||||
color: #cacac4; }
|
||||
color: rgba(202, 202, 196, 0.5); }
|
||||
|
||||
.list-search-provider-details {
|
||||
width: 150px;
|
||||
|
Reference in New Issue
Block a user