feature(css) rm a:focus

This commit is contained in:
coderaiser 2016-03-10 10:21:25 -05:00
parent 343716ce0e
commit 0d54074f6b

View file

@ -14,17 +14,3 @@ html {
body { body {
margin: 0; margin: 0;
} }
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate
* Also: hot pink! (or customize the background color to match your design)
*/
/* =============================================================================
Links
========================================================================== */
a:focus {
outline: thin dotted;
}