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

View file

@ -21,6 +21,7 @@
float: left;
// Bring the "active" button to the front
&:hover,
&:focus,
&:active {
z-index: 2;
}