mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 07:23:02 +00:00
update
This commit is contained in:
parent
bfc8f1efd8
commit
3a152934c1
@ -2229,13 +2229,14 @@ menu {
|
|||||||
|
|
||||||
@if $variant == 'dark' { box-shadow: inset 0 0 0 1px $highlight_color; }
|
@if $variant == 'dark' { box-shadow: inset 0 0 0 1px $highlight_color; }
|
||||||
|
|
||||||
.background.csd > & {
|
.background.csd > &,
|
||||||
|
.background.popup > & {
|
||||||
border: none; // axes borders in a composited env
|
border: none; // axes borders in a composited env
|
||||||
border-radius: $mn_radius;
|
border-radius: $mn_radius;
|
||||||
background-color: $menu_bg;
|
background-color: $menu_bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
separator {
|
> separator {
|
||||||
margin: 3px 4px;
|
margin: 3px 4px;
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
background-color: $borders_color;
|
background-color: $borders_color;
|
||||||
|
@ -776,11 +776,6 @@ menubar.-vala-panel-background {
|
|||||||
> menu {
|
> menu {
|
||||||
padding: $container_padding;
|
padding: $container_padding;
|
||||||
|
|
||||||
separator {
|
|
||||||
margin: 0;
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
> menuitem {
|
> menuitem {
|
||||||
border-radius: $bt_radius;
|
border-radius: $bt_radius;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user