From 5b1615015931986b064aa12c222c1059e58f25e5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 10 Sep 2011 13:00:07 -0700 Subject: trying to solve firefox active outline, make .input less specific --- lib/forms.less | 2 +- lib/reset.less | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/forms.less b/lib/forms.less index 3e52875eb..2ac43177e 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -50,7 +50,7 @@ label { } // Shift over the inside div to align all label's relevant content -div.input { +form .input { margin-left: 150px; } diff --git a/lib/reset.less b/lib/reset.less index 9e2c6befe..93fd97ae9 100644 --- a/lib/reset.less +++ b/lib/reset.less @@ -26,6 +26,11 @@ html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } +// Active links get no outline +a:active { + outline: none; + -moz-outline-style: none; +} // Focus states a:focus { outline: thin dotted; -- cgit v1.2.3