fix(color): set aria-pressed (activated) text color for non-buttons

This commit is contained in:
upsiflu 2024-12-20 15:57:06 +01:00
parent 146d624d38
commit 492e83db04
1 changed files with 1 additions and 0 deletions

View File

@ -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));
}