mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +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 */
|
||||
}
|
||||
|
||||
&:not(.is-disabled):active::before {
|
||||
&:not([disabled]):active::before {
|
||||
opacity: .3;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user