Enable brower-default outlines on links

This code was from Spree. Unless you have good focus/active styles for all links, the outline is very helpful for accessibility.
Most websites these days add nice thick outlines, which might be worth considering in the future.
This commit is contained in:
David Cook
2023-12-06 12:47:30 +11:00
parent 300998acb6
commit 3760cd93b9

View File

@@ -51,14 +51,6 @@ a:not(.button) {
text-decoration: none;
line-height: inherit;
&,
&:hover,
&:active,
&:visited,
&:focus {
outline: none;
}
&:visited {
color: $color-link-visited;
}