mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
styles: 统一InputText和Select禁用态文字颜色 (#5432)
This commit is contained in:
parent
0dde0c6422
commit
3b0d9a7a87
@ -409,6 +409,10 @@
|
||||
background: var(--Form-input-onDisabled-bg);
|
||||
border-color: var(--Form-input-onDisabled-borderColor);
|
||||
transition: all var(--animation-duration);
|
||||
|
||||
& > input {
|
||||
color: var(--text--muted-color);
|
||||
}
|
||||
}
|
||||
|
||||
&-spinner {
|
||||
|
@ -186,6 +186,7 @@ $L1: 0px 4px 6px 0px rgba(8, 14, 26, 0.06),
|
||||
--Form-select-valueIcon-color--dark: #{$G8};
|
||||
--Form-select-multiple-bgColor: #{$G10};
|
||||
--Form-select-value-bgColor--dark: #{$G4};
|
||||
--Form-selectValue-onDisabled-color: #{$G6};
|
||||
|
||||
--InputGroup-select-borderWidth: #{px2rem(1px)};
|
||||
--InputGroup-select-onFocused-bg: #eaf6fe;
|
||||
|
Loading…
Reference in New Issue
Block a user