Remove the dotted line around focused link (ugly to my eyes).

This commit is contained in:
Sébastien Lucas 2013-07-11 17:58:55 +02:00
parent 5b90f76e2c
commit 5b5470c6b5

View file

@ -79,14 +79,6 @@ body {
Links 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. * Improve readability when focused and also mouse hovered in all browsers.
*/ */