[go: up one dir, main page]

bug: GlFormTextArea styles overwrite error styles

The styles for the GlFormTextArea component overwrite the error styles, which means the field is not highlighted as it should be.

how it should look how it does look
Screen_Shot_2020-04-08_at_9.28.10_AM Screen_Shot_2020-04-08_at_7.19.14_PM

This happens because the border: none in .gl-form-textarea overwrites the border-color: red in .formcontrol.is-invalid. Let's fix that.