From 1d50fa77e43be353d522c19a5b955b7819388fca Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 13 Sep 2011 09:35:43 -0700 Subject: adding quick and dirty favicons and touch icons for iOS --- lib/reset.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/reset.less b/lib/reset.less index 9e2c6befe..6be76fdba 100644 --- a/lib/reset.less +++ b/lib/reset.less @@ -30,6 +30,11 @@ html { a:focus { outline: thin dotted; } +// Hover & Active +a:hover, +a:active { + outline: 0; +} // Display in IE6-9 and FF3 // ------------------------- -- cgit v1.2.3