Adwaita: sidebar scrollbar fix.
.scrollbars-junction borders were removed by setting border-stylei: none, it interacted (why?) with the scrollbars on sidebar, making the border transparent seems not to have side effects there.
This commit is contained in:
@ -1182,7 +1182,7 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
|
|||||||
}
|
}
|
||||||
|
|
||||||
.scrollbars-junction { // the small square between two scrollbars
|
.scrollbars-junction { // the small square between two scrollbars
|
||||||
border-style: none;
|
border-color: transparent;
|
||||||
background-color: darken($bg_color, 5%);
|
background-color: darken($bg_color, 5%);
|
||||||
&:backdrop { background-color: transparent; }
|
&:backdrop { background-color: transparent; }
|
||||||
}
|
}
|
||||||
|
@ -1383,7 +1383,7 @@ GtkTreeView.view.progressbar {
|
|||||||
background-color: #215d9c; }
|
background-color: #215d9c; }
|
||||||
|
|
||||||
.scrollbars-junction, .scrollbar.trough {
|
.scrollbars-junction, .scrollbar.trough {
|
||||||
border-style: none;
|
border-color: transparent;
|
||||||
background-color: #2d3232; }
|
background-color: #2d3232; }
|
||||||
.scrollbars-junction:backdrop, .scrollbar.trough:backdrop {
|
.scrollbars-junction:backdrop, .scrollbar.trough:backdrop {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
|
@ -1384,7 +1384,7 @@ GtkTreeView.view.progressbar {
|
|||||||
background-color: #4a90d9; }
|
background-color: #4a90d9; }
|
||||||
|
|
||||||
.scrollbars-junction, .scrollbar.trough {
|
.scrollbars-junction, .scrollbar.trough {
|
||||||
border-style: none;
|
border-color: transparent;
|
||||||
background-color: #e0e0e0; }
|
background-color: #e0e0e0; }
|
||||||
.scrollbars-junction:backdrop, .scrollbar.trough:backdrop {
|
.scrollbars-junction:backdrop, .scrollbar.trough:backdrop {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
|
Reference in New Issue
Block a user