diff options
| author | Mark Otto <[email protected]> | 2012-01-28 11:21:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 11:21:39 -0800 |
| commit | 28ba9d69c82895bbd9a1d66cea855119f4aba349 (patch) | |
| tree | a6f63e572f7038cc3d5c5b36a7b2e77bea85fd5e /less/button-groups.less | |
| parent | d65ce1b64c0049e4fe37a79a4962d8444415ee00 (diff) | |
| download | bootstrap-28ba9d69c82895bbd9a1d66cea855119f4aba349.tar.xz bootstrap-28ba9d69c82895bbd9a1d66cea855119f4aba349.zip | |
nav, buttons, and docs updates to account for outline: 0; on :active
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index 3e08e6b09..7367103ca 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -78,6 +78,13 @@ z-index: 2; } +// On active and open, don't show outline +.btn-group .dropdown-toggle:active, +.btn-group.open .dropdown-toggle { + outline: 0; +} + + // Split button dropdowns // ---------------------- |
