mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-25 10:56:35 +08:00
Merge pull request #132 from chenjiahan/dev
Button: fix active color when disabled
This commit is contained in:
commit
d82fc9331c
@ -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