Fixed #397
This commit is contained in:
parent
e34fef3a16
commit
4576dcf847
2 changed files with 10 additions and 3 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue