2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

add focus to button group active button behavior

This commit is contained in:
Mark Otto
2013-07-29 14:53:55 -07:00
parent d08d9a63c3
commit d9c9afa6d1
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@
float: left;
// Bring the "active" button to the front
&:hover,
&:focus,
&:active {
z-index: 2;
}