diff options
| author | Mark Otto <[email protected]> | 2011-09-10 13:00:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-10 13:00:07 -0700 |
| commit | 5b1615015931986b064aa12c222c1059e58f25e5 (patch) | |
| tree | 602ecb3774a1916e294f0bc186e0b90128e8a3a2 /lib/reset.less | |
| parent | 0b43bc9bb9266fa8e8d830b82ede20fb3a939acd (diff) | |
| download | bootstrap-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.less | 5 |
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; |
