diff --git a/data/theme/gnome-shell-sass/widgets/_popovers.scss b/data/theme/gnome-shell-sass/widgets/_popovers.scss index 5a741df66..2dd2b53c8 100644 --- a/data/theme/gnome-shell-sass/widgets/_popovers.scss +++ b/data/theme/gnome-shell-sass/widgets/_popovers.scss @@ -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