mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
Button: fix active color when disabled
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
border-radius: inherit; /* inherit parent's border radius */
|
border-radius: inherit; /* inherit parent's border radius */
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.is-disabled):active::before {
|
&:not([disabled]):active::before {
|
||||||
opacity: .3;
|
opacity: .3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user