[dconf-editor/gnome-3-36] Fix Bookmarks on HC theme.



commit 5fd6a3cd6dc12689edace20bbff97c3af31ac625
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Wed Apr 22 15:07:56 2020 +0200

    Fix Bookmarks on HC theme.

 editor/dconf-editor.css | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/editor/dconf-editor.css b/editor/dconf-editor.css
index da9f099..cd44cb0 100644
--- a/editor/dconf-editor.css
+++ b/editor/dconf-editor.css
@@ -164,14 +164,14 @@ window:not(.extra-thin-window)      .keys-list:dir(rtl) > row > .key    > grid >
 
 /* icon color */
 
-             .bookmarks list > row:not(:selected),
-             .keys-list      > row:not(:selected) > * { color:@theme_fg_color; }
-:backdrop    .bookmarks list > row:not(:selected),
-:backdrop    .keys-list      > row:not(:selected) > * { color:@theme_unfocused_fg_color; }
-/*           .bookmarks list > row:selected,                                                    TODO fails
-             .keys-list      > row:selected       > * { color:@theme_selected_fg_color; }       to work...
-:backdrop    .bookmarks list > row:selected,
-:backdrop    .keys-list      > row:selected       > * { color:@theme_unfocused_selected_fg_color; } */
+window:not(.hc-theme)             .bookmarks list > row:not(:selected),
+                                  .keys-list      > row:not(:selected) > * { color:@theme_fg_color; }
+window:not(.hc-theme):backdrop    .bookmarks list > row:not(:selected),
+                     :backdrop    .keys-list      > row:not(:selected) > * { 
color:@theme_unfocused_fg_color; }
+/*                                .bookmarks list > row:selected,                                            
        TODO fails
+                                  .keys-list      > row:selected       > * { color:@theme_selected_fg_color; 
}       to work...
+                     :backdrop    .bookmarks list > row:selected,
+                     :backdrop    .keys-list      > row:selected       > * { 
color:@theme_unfocused_selected_fg_color; } */
 
 /* icon choice */
 


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