fix(Stepper): incorrect disabled color (#2405)

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

View File

@ -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 {