mirror of
https://github.com/youzan/vant.git
synced 2026-03-15 02:00:29 +08:00
Merge pull request #132 from chenjiahan/dev
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