HubSpot / cms-theme-boilerplate

A straight-forward starting point for building a great website on the HubSpot CMS
https://boilerplate.hubspotcms.com
Other
355 stars 355 forks source link

Form input border referencing incorrect variable in theme-overrides #405

Closed jasonnrosa closed 2 years ago

jasonnrosa commented 2 years ago

Description

Issue reported in dev Slack: https://hubspotdev.slack.com/archives/CMXUWUY5D/p1643168862060200

I found a small error in the boilerplate. On theme-overrides.css there is a variable {{ form_input_border }} under the form inputs styling, but it should be {{ form_field_border }} which is what's defined above.

Checklist