fix: styles
This commit is contained in:
parent
6ac50af454
commit
be8cc52bb4
29 changed files with 50 additions and 37 deletions
|
@ -178,6 +178,17 @@ a:has(svg):focus-within {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
a.icon-link:focus,
|
||||
a.icon-link:focus-within {
|
||||
outline: var(--outline-default);
|
||||
border-radius: var(--border-radius-slight);
|
||||
text-decoration: none;
|
||||
|
||||
& svg {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active,
|
||||
|
|
Reference in a new issue