mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
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:
@@ -51,14 +51,6 @@ a:not(.button) {
|
||||
text-decoration: none;
|
||||
line-height: inherit;
|
||||
|
||||
&,
|
||||
&:hover,
|
||||
&:active,
|
||||
&:visited,
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&:visited {
|
||||
color: $color-link-visited;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user