mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +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! */
|
||||
:focus {
|
||||
outline: 0;
|
||||
}
|
||||
/*:focus {
|
||||
outline: 0;
|
||||
}*/
|
||||
|
||||
/* remember to highlight inserts somehow! */
|
||||
ins {
|
||||
|
|
Loading…
Reference in a new issue