Skip to content

Commit

Permalink
(less) fixes twbs#8805: ensure .active buttons in button groups behav…
Browse files Browse the repository at this point in the history
…e like :active buttons
  • Loading branch information
mdo committed Aug 5, 2013
1 parent c737dbc commit 2250a97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion button-groups.less
Expand Up @@ -22,7 +22,8 @@
// Bring the "active" button to the front
&:hover,
&:focus,
&:active {
&:active,
&.active {
z-index: 2;
}
}
Expand Down

0 comments on commit 2250a97

Please sign in to comment.