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:
Alex Monday 2019-02-24 03:46:03 +05:00 committed by Jakub Steiner
parent 6d870f6ae4
commit 779b5afa51

View File

@ -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%);
}