Skip to content

Commit 0be6633

Browse files
authored
fix(ErrorWrapper): add error styles for text area (#122)
1 parent f25759e commit 0be6633

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/kit/components/ErrorWrapper/ErrorWrapper.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
.g-select:focus:not(.#{$ns}error-wrapper-ignore),
1515
.g-select:not(.#{$ns}error-wrapper-ignore) .g-select-control::before,
1616
.g-select:hover:not(.#{$ns}error-wrapper-ignore) .g-select-control_open::before,
17+
.g-text-area__content:not(.#{$ns}error-wrapper-ignore),
18+
.g-text-area__content:hover:not(.#{$ns}error-wrapper-ignore),
1719
.yc-text-input_view_normal:not(.#{$ns}error-wrapper-ignore) .yc-text-input__control,
1820
.yc-text-input_view_normal:not(.#{$ns}error-wrapper-ignore) .yc-text-input__content,
1921
.yc-checkbox__indicator:not(.#{$ns}error-wrapper-ignore)::before {

0 commit comments

Comments
 (0)