mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 02:36:15 -04:00
feat(accessibility): Add aria-current
This commit is contained in:
parent
b0255697d7
commit
df298eb4aa
47 changed files with 137 additions and 69 deletions
|
@ -91,8 +91,8 @@ main > aside {
|
|||
color: var(--primary-hover);
|
||||
}
|
||||
|
||||
a.active,
|
||||
a.active:hover {
|
||||
a[aria-current],
|
||||
a[aria-current]:hover {
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue