1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 01:39:50 +02:00

fix(buttons): fix is-disabled button state being able to click

#240
This commit is contained in:
Igor Guastalla de Lima
2019-01-03 22:31:52 -02:00
parent 772f2a6a65
commit 2c83f51fb7

View File

@@ -21,7 +21,7 @@
} }
} }
&:active::after { &:active:not(.is-disabled)::after {
box-shadow: inset 4px 4px $shadow; box-shadow: inset 4px 4px $shadow;
} }
} }