Fixed #315
This commit is contained in:
parent
127d158194
commit
82f9d9ae99
1 changed files with 20 additions and 20 deletions
|
@ -362,8 +362,9 @@ $nautilus_sidebar_image: image($dark_sidebar_bg);
|
||||||
> stack:not(:only-child) {
|
> stack:not(:only-child) {
|
||||||
searchbar > revealer > box { background-color: transparent; }
|
searchbar > revealer > box { background-color: transparent; }
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
infobar {
|
&.background infobar {
|
||||||
& > revealer > box,
|
& > revealer > box,
|
||||||
&:hover > revealer > box,
|
&:hover > revealer > box,
|
||||||
&:backdrop > revealer > box {
|
&:backdrop > revealer > box {
|
||||||
|
@ -389,7 +390,6 @@ $nautilus_sidebar_image: image($dark_sidebar_bg);
|
||||||
*:link, link { color: $link_color; }
|
*:link, link { color: $link_color; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// Floating Bar
|
// Floating Bar
|
||||||
.floating-bar {
|
.floating-bar {
|
||||||
|
|
Loading…
Reference in a new issue