Skip to content

Commit

Permalink
Show active buttons when form disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
idlewinn committed Jul 11, 2015
1 parent cb7f569 commit 8491962
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 8491962

Please sign in to comment.