fix(field): style disabled only on inputs inside input-group
This commit is contained in:
parent
1ef9535a75
commit
9e1678a967
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ export const FormControlMixin = dedupeMixin(
|
|||
}
|
||||
|
||||
/***** {state} .state-disabled *****/
|
||||
:host(.state-disabled) .input-group ::slotted(*) {
|
||||
:host(.state-disabled) .input-group ::slotted(slot='input') {
|
||||
color: var(--disabled-text-color, #adadad);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue