Skip to content

Commit

Permalink
Apply disabled state with :disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
soumak77 committed Jul 14, 2016
1 parent 6f79954 commit 0135162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ $button-tag-selector: false !default;
}
}

&.disabled { @include button-disabled; }
&.disabled, &:disabled { @include button-disabled; }
}

@if $button-tag-selector {
Expand Down

0 comments on commit 0135162

Please sign in to comment.