* Sidebar background color fix.
parent
f8b6082a4c
commit
644536ba24
gtk-3.20/scss/widgets
|
@ -5,8 +5,9 @@
|
|||
@include exports("sidebar") {
|
||||
.sidebar {
|
||||
border-style: none;
|
||||
background-color: mix($bg_color, $base_color, .5);
|
||||
|
||||
&, .view { // .view, nemo sidebar fix.
|
||||
.view { // .view, nemo sidebar fix.
|
||||
background-color: $bg_color;
|
||||
color: mix($fg_color, $bg_color, .1);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue