refactor: reduce [role="button"] specifity

This commit is contained in:
Lucas Larroche 2024-01-05 01:42:14 +07:00
parent 9742a993fc
commit 97f20244e6
10 changed files with 20 additions and 20 deletions

View file

@ -6,7 +6,7 @@
* Link
*/
a:not([role="button"]),
:where(a:not([role="button"])),
[role="link"] {
#{$css-var-prefix}color: var(#{$css-var-prefix}primary);
#{$css-var-prefix}background-color: transparent;