Skip to content

Commit

Permalink
Merge pull request twbs#16804 from edwinlin1987/fix/activeDisabledBut…
Browse files Browse the repository at this point in the history
…tons

Show active buttons when form disabled
  • Loading branch information
mdo committed Aug 5, 2015
2 parents 4053922 + 8491962 commit 70ab634
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions less/mixins/buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,9 @@
&.disabled,
&[disabled],
fieldset[disabled] & {
&,
&:hover,
&:focus,
&.focus,
&:active,
&.active {
&.focus {
background-color: @background;
border-color: @border;
}
Expand Down

0 comments on commit 70ab634

Please sign in to comment.