This commit is contained in:
vinceliuice
2022-03-18 11:18:24 +08:00
parent b9c524a586
commit 0d949baee2
5 changed files with 51 additions and 6 deletions

View File

@@ -1638,11 +1638,16 @@ menubar,
box-shadow: inset 0 -1px $border;
&:backdrop {
background-color: $titlebar-backdrop;
color: $titlebar-text-secondary;
}
.csd & { transition: $transition; }
.csd & {
transition: $transition;
&:backdrop {
background-color: $titlebar-backdrop;
}
}
> menuitem {
transition: $transition;
@@ -1657,6 +1662,8 @@ menubar,
color: $titlebar-text;
}
&:backdrop { color: $titlebar-text-disabled; }
&:disabled { color: $titlebar-text-secondary-disabled; }
label:disabled { color: inherit; } // to inherit the above color