diff options
| author | Jacob Thornton <[email protected]> | 2012-01-27 21:37:59 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-27 21:37:59 -0800 |
| commit | 1e07c066a5cefc2f73b406e1eebc5627bd9e7afb (patch) | |
| tree | 754d4a91750ed1ea6932c70690db86ed49d23830 /less/button-groups.less | |
| parent | 0255f47eb3f4967851d014a9ef6fdf49a37dc548 (diff) | |
| parent | ad78caa72639aa377caf584efc26fe7a5682b15c (diff) | |
| download | bootstrap-1e07c066a5cefc2f73b406e1eebc5627bd9e7afb.tar.xz bootstrap-1e07c066a5cefc2f73b406e1eebc5627bd9e7afb.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index 471d33748..3e08e6b09 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -73,7 +73,8 @@ // On hover/focus/active, bring the proper btn to front .btn-group .btn:hover, .btn-group .btn:focus, -.btn-group .btn:active { +.btn-group .btn:active, +.btn-group .btn.active { z-index: 2; } |
