Skip to content

Commit

Permalink
more all encompassing disabled state
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGibson27 committed Aug 8, 2019
1 parent 499a3da commit 8263af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/6-components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
transition: opacity 0.3s;

&:disabled,
&[disabled="true"],
&[disabled="disabled"] {
&[disabled]
&:not([disabled="false"]) {
opacity: .4;
}

Expand Down

0 comments on commit 8263af6

Please sign in to comment.