Skip to content

Commit 2810aa5

Browse files
committed
remove input-lock border inside input
1 parent c662cc3 commit 2810aa5

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)