Skip to content

Commit 9e1678a

Browse files
author
Joren Broekema
committed
fix(field): style disabled only on inputs inside input-group
1 parent 1ef9535 commit 9e1678a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/field/src/FormControlMixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ export const FormControlMixin = dedupeMixin(
438438
}
439439
440440
/***** {state} .state-disabled *****/
441-
:host(.state-disabled) .input-group ::slotted(*) {
441+
:host(.state-disabled) .input-group ::slotted(slot='input') {
442442
color: var(--disabled-text-color, #adadad);
443443
}
444444

0 commit comments

Comments
 (0)