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 /dist/css/bootstrap.css | |
| 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 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 6174d97e2..233530fdf 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3130,7 +3130,9 @@ button.close { .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, -.btn-group-vertical > .btn:active { +.btn-group-vertical > .btn:active, +.btn-group > .btn.active, +.btn-group-vertical > .btn.active { z-index: 2; } |
