Gnome: Improve appearance of menus and popovers

This commit is contained in:
EliverLara
2020-06-14 14:42:57 -05:00
parent 9e3bfeeeee
commit 884a85eab8
5 changed files with 22 additions and 9 deletions

View File

@@ -32,6 +32,7 @@ menu,
padding: 2px 0px;
background: if( $variant == 'light', linear-gradient(to bottom, #fff 20%, #fff), linear-gradient(to bottom, lighten($bg_color, 2%), darken($bg_color, 2%)));
border: 1px solid $borders_color; // adds borders in a non composited env
border-radius: 5px;
.csd & { border: none; } // axes borders in a composited env
@@ -126,3 +127,7 @@ menuitem {
&:dir(rtl) { margin-left: 7px; }
}
}
.csd.popup {
background: transparent;
}