From b78f09de785c9b9e55487322563013d550327eb9 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 13 Feb 2020 21:45:02 +0100 Subject: [PATCH] theme: fix submenu separator contrast Fixes https://gitlab.gnome.org/GNOME/gnome-shell/issues/2203 --- data/theme/gnome-shell-sass/widgets/_popovers.scss | 5 +++++ 1 file changed, 5 insertions(+) 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