mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-14 07:51:01 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@
|
|||
a, a:visited {
|
||||
color: #7765E3;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
small {
|
||||
|
|
Loading…
Reference in a new issue