[libadwaita/wip/exalm/background-colors2: 7/18] stylesheet: Remove sidebar background
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/background-colors2: 7/18] stylesheet: Remove sidebar background
- Date: Fri, 1 Oct 2021 13:38:39 +0000 (UTC)
commit ad60bd8b30594fd15fee5798bd84d0caeef97b8d
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]