iOS上的currentColor问题

时间:2020-11-10 13:37:35

标签: javascript css ios safari

我遇到以下问题: 输入具有白色文本,在该类中,我将其值设置为“ currentColor”,这绝对不是白色。 问题是这仅在iOS设备上进行(Safari和Chrome均经过测试)。 任何想法会发生什么?

CSS:

.myClass input:disabled {
    cursor: no-drop;
    -webkit-text-fill-color: currentColor;
    opacity: 1;
}

JS:

<input type="text" class disabled tabindex="-2" style="text-align: left;">

输出:

enter image description here

0 个答案:

没有答案