[libadwaita/wip/exalm/polish: 3/5] stylesheet: Inherit sidebar list colors




commit e4a2b15b682e41d91599d740da89ee4bd477c9ad
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Oct 4 16:38:25 2021 +0500

    stylesheet: Inherit sidebar list colors
    
    Don't interfere with recoloring.

 src/stylesheet/widgets/_sidebars.scss | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_sidebars.scss b/src/stylesheet/widgets/_sidebars.scss
index 621d82f4..5e4a5e3a 100644
--- a/src/stylesheet/widgets/_sidebars.scss
+++ b/src/stylesheet/widgets/_sidebars.scss
@@ -1,6 +1,9 @@
 .sidebar {
   listview.view,
-  list { background-color: transparent; }
+  list {
+    background-color: transparent;
+    color: inherit;
+  }
 }
 
 %sidebar_border {


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