mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
theme: fix submenu separator contrast
Fixes https://gitlab.gnome.org/GNOME/gnome-shell/issues/2203
This commit is contained in:
parent
9eff9adaae
commit
b78f09de78
1 changed files with 5 additions and 0 deletions
|
|
@ -86,6 +86,11 @@ $popover_arrow_height: 12px;
|
|||
height: 1px; //not really the whole box
|
||||
margin: 6px 64px;
|
||||
background-color: lighten($borders_color, 2%);
|
||||
.popup-sub-menu & { //submenu separators
|
||||
@if $variant == 'dark' {
|
||||
background-color: lighten($bg_color,10%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// desktop background menu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue