theme: fix submenu separator contrast

Fixes https://gitlab.gnome.org/GNOME/gnome-shell/issues/2203
This commit is contained in:
Jakub Steiner 2020-02-13 21:45:02 +01:00 committed by Florian Müllner
parent 9eff9adaae
commit b78f09de78

View File

@ -86,6 +86,11 @@ $popover_arrow_height: 12px;
height: 1px; //not really the whole box height: 1px; //not really the whole box
margin: 6px 64px; margin: 6px 64px;
background-color: lighten($borders_color, 2%); background-color: lighten($borders_color, 2%);
.popup-sub-menu & { //submenu separators
@if $variant == 'dark' {
background-color: lighten($bg_color,10%);
}
}
} }
// desktop background menu // desktop background menu