fix: text-fill-color may affect child element
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user