diff options
| author | Mark Otto <[email protected]> | 2013-08-04 23:27:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-04 23:27:15 -0700 |
| commit | d95ff9da81057ed0abb12dcfe9a8422416916516 (patch) | |
| tree | c27f9368df11bc9774e6daf93d325897ce548b97 /less/button-groups.less | |
| parent | f62ea2afe281383c7550441e80fcd808479a5e2c (diff) | |
| download | bootstrap-d95ff9da81057ed0abb12dcfe9a8422416916516.tar.xz bootstrap-d95ff9da81057ed0abb12dcfe9a8422416916516.zip | |
fixes #8805: ensure .active buttons in button groups behave like :active buttons
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 ffa468184..ac58b38ce 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -22,7 +22,8 @@ // Bring the "active" button to the front &:hover, &:focus, - &:active { + &:active, + &.active { z-index: 2; } } |
