aboutsummaryrefslogtreecommitdiff
path: root/lib/reset.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-10 13:00:07 -0700
committerMark Otto <[email protected]>2011-09-10 13:00:07 -0700
commit5b1615015931986b064aa12c222c1059e58f25e5 (patch)
tree602ecb3774a1916e294f0bc186e0b90128e8a3a2 /lib/reset.less
parent0b43bc9bb9266fa8e8d830b82ede20fb3a939acd (diff)
downloadbootstrap-5b1615015931986b064aa12c222c1059e58f25e5.tar.xz
bootstrap-5b1615015931986b064aa12c222c1059e58f25e5.zip
trying to solve firefox active outline, make .input less specific
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..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;