add focus to button group active button behavior
This commit is contained in:
parent
d08d9a63c3
commit
d9c9afa6d1
3 changed files with 4 additions and 1 deletions
|
|
@ -21,6 +21,7 @@
|
|||
float: left;
|
||||
// Bring the "active" button to the front
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
z-index: 2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue