mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
styles: 兼容Safari浏览器input元素disabled状态下文字颜色显示错误问题 (#6141)
This commit is contained in:
parent
53a078d2e3
commit
b555c0e76e
@ -340,6 +340,17 @@ template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/** Browser Compatibility
|
||||
========================================================================== */
|
||||
|
||||
/* 兼容Safari浏览器input disbaled状态下文字颜色不显示 */
|
||||
input[disabled],
|
||||
input:disabled,
|
||||
input.disabled,
|
||||
input.is-disabled {
|
||||
-webkit-text-fill-color: var(--text--muted-color);
|
||||
}
|
||||
|
||||
svg.icon {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
|
Loading…
Reference in New Issue
Block a user