mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
Adwaita: sidebar background-color
it was covered by the contained list background, which is now transparent.
This commit is contained in:
parent
0b1aeceb6e
commit
88c68f2eef
@ -3224,6 +3224,8 @@ filechooser {
|
||||
:selected { // FIXME: what this is supposed to select
|
||||
@extend %selected_items;
|
||||
}
|
||||
|
||||
list { background-color: transparent; }
|
||||
}
|
||||
|
||||
stacksidebar {
|
||||
|
@ -3993,6 +3993,8 @@ filechooser .dialog-action-box {
|
||||
background-color: #313434; }
|
||||
.sidebar:backdrop {
|
||||
background-color: #333636; }
|
||||
.sidebar list {
|
||||
background-color: transparent; }
|
||||
|
||||
stacksidebar row {
|
||||
padding: 10px 4px; }
|
||||
|
@ -4134,6 +4134,8 @@ filechooser .dialog-action-box {
|
||||
background-color: #f4f4f3; }
|
||||
.sidebar:backdrop {
|
||||
background-color: #f4f4f3; }
|
||||
.sidebar list {
|
||||
background-color: transparent; }
|
||||
|
||||
stacksidebar row {
|
||||
padding: 10px 4px; }
|
||||
|
Loading…
Reference in New Issue
Block a user