Accessibility: reenable :focus pseudo class
usefull when navigating using keyboard to highlight form send button
This commit is contained in:
parent
56a9376a60
commit
09ed947890
1 changed files with 0 additions and 9 deletions
|
@ -16,12 +16,3 @@ html {
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove dotted outline on firefox
|
|
||||||
:focus {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-moz-focus-inner {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue