mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Gnome: Improve appearance of menus and popovers
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user