Accessibility: reenable :focus pseudo class

usefull when navigating using keyboard to highlight form send button
This commit is contained in:
Simon Lehericey 2017-07-25 22:40:05 +02:00
parent 56a9376a60
commit 09ed947890

View file

@ -16,12 +16,3 @@ html {
a {
text-decoration: none;
}
// remove dotted outline on firefox
:focus {
outline: none;
}
::-moz-focus-inner {
border: none;
}