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 d422d90 commit a6661bcCopy full SHA for a6661bc
src/lib/kit/components/ErrorWrapper/ErrorWrapper.scss
@@ -15,6 +15,7 @@
15
.g-select:not(.#{$ns}error-wrapper-ignore) .g-select-control::before,
16
.g-select:hover:not(.#{$ns}error-wrapper-ignore) .g-select-control_open::before,
17
.yc-text-input_view_normal:not(.#{$ns}error-wrapper-ignore) .yc-text-input__control,
18
+ .yc-text-input_view_normal:not(.#{$ns}error-wrapper-ignore) .yc-text-input__content,
19
.yc-checkbox__indicator:not(.#{$ns}error-wrapper-ignore)::before {
20
border-color: var(--yc-color-text-danger);
21
}
0 commit comments