popdowns: buttons change colour when disabled

This commit is contained in:
2 * r + 2 * t 2025-03-04 14:34:33 +11:00
parent 9a66f02cc6
commit cf072f2f14
2 changed files with 8 additions and 0 deletions

View file

@ -37,6 +37,10 @@ $-accent: scheme.$rosewater;
&:active {
background-color: scheme.$surface1;
}
&:disabled {
color: scheme.$subtext0;
}
}
&.active {

View file

@ -37,6 +37,10 @@ $-accent: scheme.$rosewater;
&:active {
background-color: scheme.$surface1;
}
&:disabled {
color: scheme.$subtext0;
}
}
&.active {