diff options
| author | Jacob Thornton <[email protected]> | 2011-09-15 22:27:41 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-15 22:27:41 -0700 |
| commit | 68f89d109f1a3324267988159421f7c745d8f6b7 (patch) | |
| tree | a4740e8a1be070acc3e6cbc7951d00190deccad0 /lib/patterns.less | |
| parent | 8896497ea88037fe3e082eb7d7d9c3c3051b9b6b (diff) | |
| download | bootstrap-68f89d109f1a3324267988159421f7c745d8f6b7.tar.xz bootstrap-68f89d109f1a3324267988159421f7c745d8f6b7.zip | |
little fixes for ie 7
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 0e8dab5a5..543332086 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -100,7 +100,7 @@ // Focus states (we use .focused since IE8 and down doesn't support :focus) &:focus, &.focused { - outline: none; + outline: 0; background-color: @white; color: @grayDark; text-shadow: 0 1px 0 @white; |
