mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
Button: fix active color when disabled
This commit is contained in:
parent
f50301c2aa
commit
9e1ba8f1fe
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user