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:
parent
b99e34f624
commit
df3bf1a488
@ -19,7 +19,6 @@
|
||||
a, a:visited {
|
||||
color: #7765E3;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
small {
|
||||
|
Loading…
Reference in New Issue
Block a user