1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00

fix(Stepper): incorrect disabled color ()

This commit is contained in:
neverland 2019-11-27 15:37:31 +08:00 committed by GitHub
parent 52e89826df
commit a0026e56d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,8 +36,8 @@
bottom: 0; bottom: 0;
left: 0; left: 0;
margin: auto; margin: auto;
background-color: currentColor;
content: ''; content: '';
.theme(background-color, '@text-color');
} }
&--hover { &--hover {
@ -47,11 +47,6 @@
&--disabled { &--disabled {
.theme(color, '@stepper-button-disabled-icon-color'); .theme(color, '@stepper-button-disabled-icon-color');
.theme(background-color, '@stepper-button-disabled-color'); .theme(background-color, '@stepper-button-disabled-color');
&::before,
&::after {
.theme(background-color, '@stepper-button-disabled-color');
}
} }
&--disabled&--hover { &--disabled&--hover {