[libadwaita/wip/exalm/background-colors2: 6/17] stylesheet: Remove sidebar background




commit ee6ac3a6248f31aa7a904c91c351f21b2a154051
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Oct 1 15:57:58 2021 +0500

    stylesheet: Remove sidebar background
    
    Match the new designs.

 src/stylesheet/_colors.scss           | 2 --
 src/stylesheet/widgets/_sidebars.scss | 3 ---
 2 files changed, 5 deletions(-)
---
diff --git a/src/stylesheet/_colors.scss b/src/stylesheet/_colors.scss
index 1089e0ac..32f4d8ba 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -55,8 +55,6 @@ $osd_fg_color: $dark_fg;
 $osd_text_color: white;
 $osd_bg_color: transparentize(black, 0.3);
 
-$sidebar_bg_color: mix($bg_color, $base_color, 50%);
-
 $tooltip_borders_color: transparentize(white, 0.9);
 $shadow_color: transparentize(black, 0.9);
 
diff --git a/src/stylesheet/widgets/_sidebars.scss b/src/stylesheet/widgets/_sidebars.scss
index fd5653ae..621d82f4 100644
--- a/src/stylesheet/widgets/_sidebars.scss
+++ b/src/stylesheet/widgets/_sidebars.scss
@@ -1,7 +1,4 @@
 .sidebar {
-  background-color: mix($bg_color, $base_color, 50%);
-  background-clip: padding-box;
-
   listview.view,
   list { background-color: transparent; }
 }


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