diff options
| author | Mark Otto <[email protected]> | 2014-11-11 15:51:54 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-11 15:51:54 -0800 |
| commit | 03d7512cc0f7153205d87cfb3276f3f2f7d1c32c (patch) | |
| tree | 18ab0488c1d1c85f018e77097d41eb076abb3c78 | |
| parent | 2006a435d98b51a8d8430abe14ac3611113c2dff (diff) | |
| parent | 857aab0a1c121fb6929d61863e6c92f088d72e57 (diff) | |
| download | bootstrap-03d7512cc0f7153205d87cfb3276f3f2f7d1c32c.tar.xz bootstrap-03d7512cc0f7153205d87cfb3276f3f2f7d1c32c.zip | |
Merge pull request #15086 from twbs/btn_group_focus
Don't remove focus outline from buttons in button groups
| -rw-r--r-- | less/button-groups.less | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index fbcdf457b..f84febbd5 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -18,10 +18,6 @@ &.active { z-index: 2; } - &:focus { - // Remove focus outline when dropdown JS adds it after closing the menu - outline: 0; - } } } |
