summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornana-4 <hnmaigo@gmail.com>2020-11-22 14:22:39 +0900
committerJakub Steiner <jimmac@gmail.com>2020-11-23 10:51:58 +0100
commit61dcb685b2f7fe37aa02cce480e686dd2fd6c7ce (patch)
tree9a789ff3989a4f2ff3b3ff304363d47972e7855c
parentbd0d75e237b1093ec85c327df188e01daf8c44aa (diff)
downloadgtk+-61dcb685b2f7fe37aa02cce480e686dd2fd6c7ce.tar.gz
Adwaita: Unify sidebar background-color
The sidebar item style is already unified. The sidebar background-color should be unified as well. See https://gitlab.gnome.org/GNOME/gtk/-/issues/3382
-rw-r--r--gtk/theme/Adwaita/_common.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 7374453392..ad3b06788d 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -187,7 +187,6 @@ label {
window.assistant {
.sidebar {
padding: $menu-margin;
- background-color: $base_color;
border-top: 1px solid $borders_color;
}
@@ -3540,7 +3539,6 @@ filechooserbutton:drop(active) {
* Sidebar *
***********/
.sidebar {
- border-style: none;
background-color: mix($bg_color, $base_color, 50%);
&:not(separator) {
@@ -3560,6 +3558,7 @@ filechooserbutton:drop(active) {
}
}
+ listview.view,
list { background-color: transparent; }
paned & { &.left, &.right, &.left:dir(rtl), &:dir(rtl), &:dir(ltr), & { border-style: none; }}