[gtk/wip/jimmac/file-dialog-sidebar-color] Adwaita: sidebar color for file picker



commit ff34c078c1c0f3e112fa33d6a8050eb1356bed56
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Jul 13 16:01:01 2020 +0200

    Adwaita: sidebar color for file picker
    
    - avoid using the selected blue for the sidebar
    
    Maybe fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/1586

 gtk/theme/Adwaita/_common.scss | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 7e829c1b4b..4dbd125ebd 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -3343,7 +3343,14 @@ placessidebar {
     // will make the animation of the new bookmark row jump
     > revealer { padding: 0 14px; }
 
-    &:selected { color: $selected_fg_color; }
+    &:selected {
+      color: $selected_fg_color;
+      background-color: $menu_selected_color;
+
+      &:focus { background-color: $selected_bg_color; }
+    }
+
+
 
     &:disabled { color: $insensitive_fg_color; }
 


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