mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix: text-fill-color may affect child element
This commit is contained in:
parent
1fe96f3edc
commit
e17a4a2499
@ -38,7 +38,7 @@
|
||||
|
||||
&:disabled {
|
||||
color: @field-input-disabled-text-color;
|
||||
-webkit-text-fill-color: @field-input-disabled-text-color; // fix disabled color in iOS
|
||||
-webkit-text-fill-color: currentColor; // fix disabled color in iOS
|
||||
background-color: transparent;
|
||||
cursor: not-allowed;
|
||||
opacity: 1;
|
||||
@ -148,7 +148,7 @@
|
||||
&,
|
||||
&::placeholder {
|
||||
color: @field-input-error-text-color;
|
||||
-webkit-text-fill-color: @field-input-error-text-color;
|
||||
-webkit-text-fill-color: currentColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -86,7 +86,7 @@
|
||||
&:disabled {
|
||||
color: @stepper-input-disabled-text-color;
|
||||
background-color: @stepper-input-disabled-background-color;
|
||||
-webkit-text-fill-color: @stepper-input-disabled-text-color; // fix disabled color in iOS
|
||||
-webkit-text-fill-color: currentColor; // fix disabled color in iOS
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user