fix(style): inconsistent focus border radius across buttons and links

This commit is contained in:
Miodec 2024-03-04 19:39:13 +01:00
parent b4af0917b2
commit cc30f6357e

View file

@ -162,3 +162,11 @@ button.text,
background: none;
}
}
a.textButton,
a.text,
a.button {
&:focus-visible {
border-radius: var(--roundness);
}
}