fix(form-input): override form-control styles
This ensures that form inputs styling complies with Pajamas and is not overridden by Bootstrap's form-control styles depending on the order stylesheets are imported in.
This fix was verified by rendering a <gl-form-input>
somewhere in GitLab, and by installing this MR's build artifact over @gitlab/ui v7.15.2
in a local GitLab instance.
Before | After |
---|---|
Closes #522 (closed)
Edited by Paul Gascou-Vaillancourt