mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Stepper): incorrect text color in iOS14 when disabled (#8278)
This commit is contained in:
parent
25c1c9d646
commit
2d693b9591
@ -85,7 +85,8 @@
|
|||||||
&:disabled {
|
&:disabled {
|
||||||
color: @stepper-input-disabled-text-color;
|
color: @stepper-input-disabled-text-color;
|
||||||
background-color: @stepper-input-disabled-background-color;
|
background-color: @stepper-input-disabled-background-color;
|
||||||
-webkit-text-fill-color: currentColor; // fix disabled color in iOS
|
// fix disabled color in iOSF
|
||||||
|
-webkit-text-fill-color: @stepper-input-disabled-text-color;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user