Button: fix active color when disabled

This commit is contained in:
陈嘉涵 2017-09-15 10:06:50 +08:00
parent f50301c2aa
commit 9e1ba8f1fe

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;
}