Skip to content

Commit 3410b46

Browse files
authored
Item-Ref: Less daunting error visuals (#1187)
less daunting error visuals
1 parent 4f41af1 commit 3410b46

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,7 @@ export class UUIRefElement extends SelectOnlyMixin(
8686
}
8787
8888
:host([error]) {
89-
border: 2px solid var(--uui-color-invalid);
90-
box-shadow:
91-
0 0 4px 0 var(--uui-color-invalid),
92-
inset 0 0 2px 0 var(--uui-color-invalid);
89+
border: 1px solid var(--uui-color-invalid);
9390
}
9491
9592
:host([standalone]) {

0 commit comments

Comments
 (0)