fix(color): set aria-pressed (activated) text color for non-buttons
This commit is contained in:
parent
146d624d38
commit
492e83db04
|
@ -486,6 +486,7 @@
|
|||
// Fallback for `active` indicators
|
||||
|
||||
[aria-pressed=true] {
|
||||
color: var(--pressed-color, var(--active-color));
|
||||
background-color: var(--pressed-background-color, var(--active-background-color));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue