mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-12 18:48:01 +00:00
Don't disable focus highlights in reset.css
This commit is contained in:
parent
46eb7bab48
commit
a4610cc409
1 changed files with 3 additions and 3 deletions
|
@ -34,9 +34,9 @@ q:before, q:after {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* remember to define focus styles! */
|
/* remember to define focus styles! */
|
||||||
:focus {
|
/*:focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
/* remember to highlight inserts somehow! */
|
/* remember to highlight inserts somehow! */
|
||||||
ins {
|
ins {
|
||||||
|
|
Loading…
Reference in a new issue