aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-04 23:27:15 -0700
committerMark Otto <[email protected]>2013-08-04 23:27:15 -0700
commitd95ff9da81057ed0abb12dcfe9a8422416916516 (patch)
treec27f9368df11bc9774e6daf93d325897ce548b97 /dist/css/bootstrap.css
parentf62ea2afe281383c7550441e80fcd808479a5e2c (diff)
downloadbootstrap-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.css4
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;
}