Skip to content

Commit

Permalink
(less) Fixes twbs#13079: Scope .open class in button variant mixin to…
Browse files Browse the repository at this point in the history
… immediate children
  • Loading branch information
mdo committed Mar 25, 2014
1 parent b50f958 commit ba1745e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mixins/buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
&:focus,
&:active,
&.active,
.open .dropdown-toggle& {
.open > .dropdown-toggle& {
color: @color;
background-color: darken(@background, 10%);
border-color: darken(@border, 12%);
}
&:active,
&.active,
.open .dropdown-toggle& {
.open > .dropdown-toggle& {
background-image: none;
}
&.disabled,
Expand Down

0 comments on commit ba1745e

Please sign in to comment.