mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
[bugfix] Button: should be unclickavble when loading (#779)
This commit is contained in:
@@ -27,10 +27,14 @@
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
&:not([disabled]):active::before {
|
||||
&:active::before {
|
||||
opacity: .3;
|
||||
}
|
||||
|
||||
&--unclickable:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&--default {
|
||||
color: $button-default-color;
|
||||
background-color: $button-default-background-color;
|
||||
|
Reference in New Issue
Block a user