We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f41af1 commit 3410b46Copy full SHA for 3410b46
packages/uui-ref/lib/uui-ref.element.ts
@@ -86,10 +86,7 @@ export class UUIRefElement extends SelectOnlyMixin(
86
}
87
88
: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);
+ border: 1px solid var(--uui-color-invalid);
93
94
95
:host([standalone]) {
0 commit comments