This commit is contained in:
Vince 2021-06-20 10:22:14 +08:00
parent 127d158194
commit 82f9d9ae99

View file

@ -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 {