feature(reset) rm a:hover, a:active: outline

This commit is contained in:
coderaiser 2016-03-01 14:16:29 -05:00
parent 03c76bf1e8
commit 412c57911c

View file

@ -28,9 +28,3 @@ body {
a:focus {
outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
outline: 0;
}