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

View File

@ -362,32 +362,32 @@ $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 {
background-color: transparent; background-color: transparent;
padding: 0 $container_padding * 2; padding: 0 $container_padding * 2;
color: $selection_mode_bg;
button {
color: $selection_mode_bg; color: $selection_mode_bg;
background-color: rgba($selection_mode_bg, 0.15);
border: none;
button { &:hover { background-color: rgba($selection_mode_bg, 0.25); }
color: $selection_mode_bg; &:active, &:checked { background-color: $selection_mode_bg; color: white; }
background-color: rgba($selection_mode_bg, 0.15); &:disabled {
border: none; background-color: rgba($selection_mode_bg, 0.05);
color: rgba($selection_mode_bg, 0.35);
&:hover { background-color: rgba($selection_mode_bg, 0.25); } label { color: rgba($selection_mode_bg, 0.35); }
&:active, &:checked { background-color: $selection_mode_bg; color: white; }
&:disabled {
background-color: rgba($selection_mode_bg, 0.05);
color: rgba($selection_mode_bg, 0.35);
label { color: rgba($selection_mode_bg, 0.35); }
}
} }
*:link, link { color: $link_color; }
} }
*:link, link { color: $link_color; }
} }
} }