forked from AuroraMiddleware/gtk
Adwaita: remove borders from scrollbars junction
This commit is contained in:
parent
8b1e52cbd6
commit
89f2a48bb1
@ -1127,6 +1127,7 @@ column-header {
|
||||
}
|
||||
|
||||
.scrollbars-junction { // the small square between two scrollbars
|
||||
border-style: none;
|
||||
background-color: darken($bg_color, 5%);
|
||||
&:backdrop { background-color: transparent; }
|
||||
}
|
||||
|
@ -1302,6 +1302,7 @@ column-header .button, column-header .button:hover, column-header .button:active
|
||||
background-color: #215d9c; }
|
||||
|
||||
.scrollbars-junction, .scrollbar.trough {
|
||||
border-style: none;
|
||||
background-color: #2d3232; }
|
||||
.scrollbars-junction:backdrop, .scrollbar.trough:backdrop {
|
||||
background-color: transparent; }
|
||||
|
@ -1302,6 +1302,7 @@ column-header .button, column-header .button:hover, column-header .button:active
|
||||
background-color: #4a90d9; }
|
||||
|
||||
.scrollbars-junction, .scrollbar.trough {
|
||||
border-style: none;
|
||||
background-color: #e0e0e0; }
|
||||
.scrollbars-junction:backdrop, .scrollbar.trough:backdrop {
|
||||
background-color: transparent; }
|
||||
|
Loading…
Reference in New Issue
Block a user