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




commit 37b0ec4caa2c9b6578041403fa933b7c8e933ab0
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]