Skip to content

Commit

Permalink
fix(buttons): fix is-disabled button state being able to click
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Jan 4, 2019
1 parent 772f2a6 commit 2c83f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/elements/buttons.scss
Expand Up @@ -21,7 +21,7 @@
}
}

&:active::after {
&:active:not(.is-disabled)::after {
box-shadow: inset 4px 4px $shadow;
}
}
Expand Down

0 comments on commit 2c83f51

Please sign in to comment.