Merge pull request #633 from sgmap/accessibility_improvement
Accessibility: reenable :focus pseudo class
This commit is contained in:
commit
0ba5ad6b16
1 changed files with 0 additions and 9 deletions
|
@ -16,12 +16,3 @@ html {
|
|||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
// remove dotted outline on firefox
|
||||
:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
::-moz-focus-inner {
|
||||
border: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue