提交 1ce1a360 编写于 作者: Q qiang

fix: 解决 input、textarea 组件禁用状态黑色文字在 Safari 颜色变浅的问题

上级 2443ba1e
...@@ -308,7 +308,8 @@ uni-input[hidden] { ...@@ -308,7 +308,8 @@ uni-input[hidden] {
height: 100%; height: 100%;
background: none; background: none;
color: inherit; color: inherit;
opacity: inherit; opacity: 1;
-webkit-text-fill-color: currentcolor;
font: inherit; font: inherit;
line-height: inherit; line-height: inherit;
letter-spacing: inherit; letter-spacing: inherit;
......
...@@ -340,7 +340,8 @@ uni-textarea[auto-height] .uni-textarea-textarea { ...@@ -340,7 +340,8 @@ uni-textarea[auto-height] .uni-textarea-textarea {
resize: none; resize: none;
background: none; background: none;
color: inherit; color: inherit;
opacity: inherit; opacity: 1;
-webkit-text-fill-color: currentcolor;
font: inherit; font: inherit;
line-height: inherit; line-height: inherit;
letter-spacing: inherit; letter-spacing: inherit;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册