[libadwaita/wip/cdavis/listview-navigation-sidebar] _sidebars.scss: Remove backround from .view w/ navigation-sidebar
- From: Christopher Davis <christopherdavis src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [libadwaita/wip/cdavis/listview-navigation-sidebar] _sidebars.scss: Remove backround from .view w/ navigation-sidebar
 
- Date: Mon,  1 Nov 2021 00:26:00 +0000 (UTC)
 
commit 92d8a81158b72d64ff23ffe6e9da82a36fbba685
Author: Christopher Davis <christopherdavis gnome org>
Date:   Fri Oct 29 00:08:23 2021 -0700
    _sidebars.scss: Remove backround from .view w/ navigation-sidebar
 src/stylesheet/widgets/_sidebars.scss | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_sidebars.scss b/src/stylesheet/widgets/_sidebars.scss
index c008c71b..9225da8c 100644
--- a/src/stylesheet/widgets/_sidebars.scss
+++ b/src/stylesheet/widgets/_sidebars.scss
@@ -48,8 +48,10 @@ separator.sidebar {
  **********************/
 
 .navigation-sidebar {
-  background-color: transparent;
-  color: inherit;
+  &, &.view {
+    background-color: transparent;
+    color: inherit;
+  }
 
   padding: $menu-margin 0; //only vertical padding. horizontal row size would clip
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]