[gnome-shell/wip/jimmac/fix-submenu-separators] theme: fix submenu separator contrast
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/jimmac/fix-submenu-separators] theme: fix submenu separator contrast
- Date: Fri, 14 Feb 2020 16:53:24 +0000 (UTC)
commit b7c7ba5f261a65d38ee74b98e231440d39be20b6
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Feb 13 21:45:02 2020 +0100
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 5a741df663..2dd2b53c84 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]