forked from AuroraMiddleware/gtk
Adwaita: fix the special cased sidebar scrollbar...
...which I broke with the latest commit.
This commit is contained in:
parent
5f11eaa168
commit
74531123ae
@ -1809,7 +1809,7 @@ column-header.button.dnd { // for treeview-like derive widgets
|
||||
|
||||
.scrollbars-junction,
|
||||
.scrollbars-junction.frame { // the small square between two scrollbars
|
||||
border: none;
|
||||
border-color: transparent;
|
||||
background-color: darken($bg_color, 5%);
|
||||
&:backdrop { background-color: transparent; }
|
||||
}
|
||||
|
@ -2468,7 +2468,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
|
||||
.scrollbars-junction, .scrollbar.trough,
|
||||
.scrollbars-junction.frame,
|
||||
.frame.scrollbar.trough {
|
||||
border: none;
|
||||
border-color: transparent;
|
||||
background-color: #2d3232; }
|
||||
.scrollbars-junction:backdrop, .scrollbar.trough:backdrop,
|
||||
.scrollbars-junction.frame:backdrop,
|
||||
|
@ -2465,7 +2465,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
|
||||
.scrollbars-junction, .scrollbar.trough,
|
||||
.scrollbars-junction.frame,
|
||||
.frame.scrollbar.trough {
|
||||
border: none;
|
||||
border-color: transparent;
|
||||
background-color: #e0e0e0; }
|
||||
.scrollbars-junction:backdrop, .scrollbar.trough:backdrop,
|
||||
.scrollbars-junction.frame:backdrop,
|
||||
|
Loading…
Reference in New Issue
Block a user