popdowns: buttons change colour when disabled
This commit is contained in:
parent
9a66f02cc6
commit
cf072f2f14
2 changed files with 8 additions and 0 deletions
|
|
@ -37,6 +37,10 @@ $-accent: scheme.$rosewater;
|
|||
&:active {
|
||||
background-color: scheme.$surface1;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
color: scheme.$subtext0;
|
||||
}
|
||||
}
|
||||
|
||||
&.active {
|
||||
|
|
|
|||
|
|
@ -37,6 +37,10 @@ $-accent: scheme.$rosewater;
|
|||
&:active {
|
||||
background-color: scheme.$surface1;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
color: scheme.$subtext0;
|
||||
}
|
||||
}
|
||||
|
||||
&.active {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue