theme: Add bottom padding for sub menus
Prevents overlapping sub menu borders with menu item background. Closes https://gitlab.gnome.org/GNOME/gnome-shell/issues/987
This commit is contained in:
parent
6d870f6ae4
commit
779b5afa51
@ -508,6 +508,7 @@ StScrollBar {
|
||||
|
||||
.popup-menu-arrow { } //defined globally in the TOP BAR
|
||||
.popup-sub-menu {
|
||||
padding-bottom: 1px;
|
||||
background-color: darken($bg_color,2%);
|
||||
box-shadow: inset 0 -1px 0px lighten($borders_color,5%);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user