Skip to content

Commit

Permalink
fix(ErrorWrapper): add error styles for text area (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
bocembocem authored Oct 5, 2023
1 parent f25759e commit 0be6633
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/kit/components/ErrorWrapper/ErrorWrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
.g-select:focus:not(.#{$ns}error-wrapper-ignore),
.g-select:not(.#{$ns}error-wrapper-ignore) .g-select-control::before,
.g-select:hover:not(.#{$ns}error-wrapper-ignore) .g-select-control_open::before,
.g-text-area__content:not(.#{$ns}error-wrapper-ignore),
.g-text-area__content:hover:not(.#{$ns}error-wrapper-ignore),
.yc-text-input_view_normal:not(.#{$ns}error-wrapper-ignore) .yc-text-input__control,
.yc-text-input_view_normal:not(.#{$ns}error-wrapper-ignore) .yc-text-input__content,
.yc-checkbox__indicator:not(.#{$ns}error-wrapper-ignore)::before {
Expand Down

0 comments on commit 0be6633

Please sign in to comment.