This commit is contained in:
Vince 2021-05-14 23:45:05 +08:00
parent 159405320c
commit a4b5717cdb
2 changed files with 28 additions and 10 deletions

View file

@ -364,11 +364,9 @@ $nautilus_sidebar_image: image($dark_sidebar_bg);
background: none; background: none;
> revealer > box { > revealer > box {
background-color: $bg_color; background-color: transparent;
margin: 6px; padding: $container_padding * 2;
border-radius: $wm_radius - 6px; // border: none;
box-shadow: $shadow_5, inset 0 1px $highlight_color;
border: none;
} }
} }
} }
@ -423,10 +421,30 @@ $nautilus_sidebar_image: image($dark_sidebar_bg);
} }
infobar { infobar {
margin: 6px 10px 10px 6px; & > revealer > box,
border-radius: $wm_radius; &:hover > revealer > box,
box-shadow: $shadow_5; &:backdrop > revealer > box {
// padding: 0 6px; background-color: transparent;
padding: 0 $container_padding * 2;
color: $selection_mode_bg;
button {
color: $selection_mode_bg;
background-color: rgba($selection_mode_bg, 0.15);
border: none;
&:hover { background-color: rgba($selection_mode_bg, 0.25); }
&: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; }
}
} }
} }

View file

@ -1118,7 +1118,7 @@ modelbutton.flat arrow {
// //
// Links // Links
// //
%links, *:link { %links, *:link, link {
color: $link_color; color: $link_color;
&:visited { &:visited {