mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(Stepper): incorrect disabled color (#2405)
This commit is contained in:
parent
52e89826df
commit
a0026e56d7
@ -36,8 +36,8 @@
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin: auto;
|
||||
background-color: currentColor;
|
||||
content: '';
|
||||
.theme(background-color, '@text-color');
|
||||
}
|
||||
|
||||
&--hover {
|
||||
@ -47,11 +47,6 @@
|
||||
&--disabled {
|
||||
.theme(color, '@stepper-button-disabled-icon-color');
|
||||
.theme(background-color, '@stepper-button-disabled-color');
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
.theme(background-color, '@stepper-button-disabled-color');
|
||||
}
|
||||
}
|
||||
|
||||
&--disabled&--hover {
|
||||
|
Loading…
x
Reference in New Issue
Block a user