This commit is contained in:
Vince 2025-01-29 17:04:46 +08:00
parent bfc8f1efd8
commit 3a152934c1
2 changed files with 3 additions and 7 deletions

View File

@ -2229,13 +2229,14 @@ menu {
@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-radius: $mn_radius;
background-color: $menu_bg;
}
separator {
> separator {
margin: 3px 4px;
min-height: 1px;
background-color: $borders_color;

View File

@ -776,11 +776,6 @@ menubar.-vala-panel-background {
> menu {
padding: $container_padding;
separator {
margin: 0;
border-bottom: none;
}
> menuitem {
border-radius: $bt_radius;