Skip to content

fix(GlTextArea): Set SSOT for styles

David O'Regan requested to merge 755 into master

A tiny MVC for #755 (closed) where we want to make sure that the GlTextArea matches the design guidelines: https://www.figma.com/file/qEddyqCrI7kPSBjGmwkZzQ/Pajamas-UI-Kit?node-id=425%3A10

This is done by ensuring we set gl-form-input as our default textbox style class and only use gl-form-textarea for controlling textarea specific styles such as height. This creates a SSOT for the textbox styles in:

src/components/base/form/form_input/form_input.scss

Screenshots

Screenshot_2020-04-28_at_06.29.10

Screenshot_2020-04-28_at_06.29.16

Screenshot_2020-04-28_at_06.29.20

Screenshot_2020-04-28_at_06.29.28

Edited by David O'Regan

Merge request reports