[libadwaita/wip/exalm/card: 13/14] stylesheet: Make .navigation-sidebar remove background like .sidebar




commit 1147d18e47894735dcf8d1cabaece52d50b52236
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Oct 21 18:30:22 2021 +0500

    stylesheet: Make .navigation-sidebar remove background like .sidebar
    
    It's too complex, people have to use both style classes on different
    widgets. Make it just .navigation-sidebar instead.

 src/stylesheet/widgets/_sidebars.scss | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/stylesheet/widgets/_sidebars.scss b/src/stylesheet/widgets/_sidebars.scss
index 3004ce20..4513edff 100644
--- a/src/stylesheet/widgets/_sidebars.scss
+++ b/src/stylesheet/widgets/_sidebars.scss
@@ -40,6 +40,9 @@ separator.sidebar {
  **********************/
 
 .navigation-sidebar {
+  background-color: transparent;
+  color: inherit;
+
   padding: $menu-margin 0; //only vertical padding. horizontal row size would clip
 
   > separator {


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