Merge pull request #278 from ing-bank/fix/stylingInputGroup
Disable input-group disabled styling if slotted el is button
This commit is contained in:
commit
3ad812c272
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