Remove the dotted line around focused link (ugly to my eyes).
This commit is contained in:
parent
5b90f76e2c
commit
5b5470c6b5
8
resources/normalize/normalize.css
vendored
8
resources/normalize/normalize.css
vendored
|
@ -79,14 +79,6 @@ body {
|
|||
Links
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address `outline` inconsistency between Chrome and other browsers.
|
||||
*/
|
||||
|
||||
a:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Improve readability when focused and also mouse hovered in all browsers.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue