theme: submenu separator size

- match width of the submenu separators to the parents

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/1004
This commit is contained in:
Jakub Steiner 2020-02-14 19:06:54 +01:00 committed by Florian Müllner
parent 9c7098816e
commit d6c0a53db9

View File

@ -90,6 +90,7 @@ $popover_arrow_height: 12px;
margin: 6px 64px;
background-color: lighten($borders_color, 2%);
.popup-sub-menu & { //submenu separators
margin: 0 64px 0 32px;
@if $variant == 'dark' {
background-color: lighten($bg_color,10%);
}