fix(css): Add back outline
Removing outline without adding other indicators for focused content is an accessibility violation (try using Tab to navigate on the page - you can't tell where the focus is). http://www.outlinenone.com/
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
a, a:visited {
|
||||
color: #7765E3;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
small {
|
||||
|
||||
Reference in New Issue
Block a user