aboutsummaryrefslogtreecommitdiff
path: root/lib/reset.less
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reset.less')
-rw-r--r--lib/reset.less5
1 files changed, 5 insertions, 0 deletions
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
// -------------------------