1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 09:20:02 +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;
}
}