refactor: Links selectors

This commit is contained in:
Lucas Larroche 2022-03-06 11:18:12 +07:00
parent f1bde7f7f7
commit ff30e814ec
17 changed files with 89 additions and 460 deletions

View file

@ -82,10 +82,7 @@ a,
text-decoration var(--transition), box-shadow var(--transition);
}
&[aria-current],
&:hover,
&:active,
&:focus {
&:is([aria-current], :hover, :active, :focus) {
--color: var(--primary-hover);
--text-decoration: underline;
}