Skip to content

Commit 8f9b90b

Browse files
JesmoDeviOvergaard
authored andcommitted
changes styling to make it non-breaking
1 parent edad540 commit 8f9b90b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/uui-input/lib/uui-input.element.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ export class UUIInputElement extends FormControlMixin(
8989
);
9090
9191
color: var(--uui-color-disabled-contrast);
92+
}
93+
:host([disabled]) input {
9294
-webkit-text-fill-color: var(
9395
--uui-color-disabled-contrast
9496
); /* required on Safari and IOS */

0 commit comments

Comments
 (0)