From d95ff9da81057ed0abb12dcfe9a8422416916516 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 4 Aug 2013 23:27:15 -0700 Subject: fixes #8805: ensure .active buttons in button groups behave like :active buttons --- dist/css/bootstrap.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') 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; } -- cgit v1.2.3