Skip to content

Commit

Permalink
Remove flat diabled button background color
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogfalo committed May 2, 2018
1 parent 9789680 commit 5ae2063
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sass/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ button.btn-floating {
&:focus {
background-color: rgba(0, 0, 0, .1);
}
&.disabled {
&.disabled,
&.btn-flat[disabled] {
background-color: transparent !important;
color: $button-flat-disabled-color !important;
cursor: default;
Expand Down

0 comments on commit 5ae2063

Please sign in to comment.