mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue