From 0d54074f6b3c3329083988045b36a7209ab54974 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 10 Mar 2016 10:21:25 -0500 Subject: [PATCH] feature(css) rm a:focus --- css/reset.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/css/reset.css b/css/reset.css index c60c2b88..163384e8 100644 --- a/css/reset.css +++ b/css/reset.css @@ -14,17 +14,3 @@ html { body { 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; -}