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:
Sorin Davidoi 2018-09-06 23:10:01 +02:00 committed by GitHub
parent b99e34f624
commit df3bf1a488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
a, a:visited {
color: #7765E3;
text-decoration: none;
outline: none;
}
small {