Skip to content

Commit 5f883be

Browse files
authored
Merge pull request #692 from umbraco/feature/input-lock-border-inside-input
Remove border of uui-input-lock when slotted to uui-input
2 parents 4ca5066 + 99170f9 commit 5f883be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,8 @@ export class UUIInputElement extends FormControlMixin(
451451
border: none;
452452
}
453453
454-
::slotted(uui-input) {
454+
::slotted(uui-input),
455+
::slotted(uui-input-lock) {
455456
height: 100%;
456457
--uui-input-border-width: 0;
457458
}

0 commit comments

Comments
 (0)