2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fixes #8805: ensure .active buttons in button groups behave like :active buttons

This commit is contained in:
Mark Otto
2013-08-04 23:27:15 -07:00
parent f62ea2afe2
commit d95ff9da81
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -22,7 +22,8 @@
// Bring the "active" button to the front
&:hover,
&:focus,
&:active {
&:active,
&.active {
z-index: 2;
}
}