This commit is contained in:
Vince 2021-08-17 19:05:58 +08:00
parent e34fef3a16
commit 4576dcf847
2 changed files with 10 additions and 3 deletions

View file

@ -709,9 +709,13 @@ button {
&:checked:hover { background-image: none; }
&.toggle.popup {
&.toggle.popup:not(.colored) {
min-width: $menuitem_size - 8px;
}
&.toggle.popup.colored {
min-width: $menuitem_size - 4px;
}
}
&:hover {

View file

@ -59,10 +59,13 @@
row.activatable {
margin: 0;
background: none;
&:not(:selected) {
background: none;
}
> widget > revealer > deck > overlay > grid {
background-color: $base_color;
background-color: $menu_bg;
border-radius: $bt_radius;
box-shadow: 0 2px 3px rgba(black, 0.15), inset 0 1px $header_highlight, $wm_outline;
}