mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-10-06 07:54:39 -07:00
update
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user