Merge pull request #132 from chenjiahan/dev

Button: fix active color when disabled
This commit is contained in:
neverland
2017-09-14 22:34:26 -05:00
committed by GitHub

View File

@@ -24,7 +24,7 @@
border-radius: inherit; /* inherit parent's border radius */
}
&:not(.is-disabled):active::before {
&:not([disabled]):active::before {
opacity: .3;
}