[dconf-editor] Fix RegistryView on HC theme.



commit 39ba49ac7876758042d23c6fb68263f8e0737677
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Wed Apr 22 15:16:06 2020 +0200

    Fix RegistryView on HC theme.

 editor/dconf-editor.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/editor/dconf-editor.css b/editor/dconf-editor.css
index cd44cb0..2ab0419 100644
--- a/editor/dconf-editor.css
+++ b/editor/dconf-editor.css
@@ -165,9 +165,9 @@ window:not(.extra-thin-window)      .keys-list:dir(rtl) > row > .key    > grid >
 /* icon color */
 
 window:not(.hc-theme)             .bookmarks list > row:not(:selected),
-                                  .keys-list      > row:not(:selected) > * { color:@theme_fg_color; }
+window:not(.hc-theme)             .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; }
+window:not(.hc-theme):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,


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