mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
Remove ridiculous a:focus { outline: none; }
rule
This rule should have never been here, it's one of the worst things we could have done for accessibility :(
This commit is contained in:
parent
a85dbedf22
commit
5925e3327a
@ -4,6 +4,9 @@ Pure Change History
|
|||||||
NEXT
|
NEXT
|
||||||
----
|
----
|
||||||
|
|
||||||
|
* Fixed accessability mistake by removing `a:focus {outline: none;}` rule from
|
||||||
|
`buttons-core.css`.
|
||||||
|
|
||||||
### Forms
|
### Forms
|
||||||
|
|
||||||
* (!) `.pure-help-inline` has been replaced with `.pure-form-message-inline`. We
|
* (!) `.pure-help-inline` has been replaced with `.pure-form-message-inline`. We
|
||||||
|
@ -14,14 +14,8 @@
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Firefox: Get rid of the inner focus border */
|
/* Firefox: Get rid of the inner focus border */
|
||||||
.pure-button::-moz-focus-inner{
|
.pure-button::-moz-focus-inner{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:focus {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user