67951fa0316f9af067fb9497a856a10b97154629
The original search field used a decorative <div> with an outline SVG icon floating outside the <form> — a HubSpot pattern that made the icon non-interactive and the label invisible only by luck. Replaces it with the structure the live site actually uses: - hs-search-field__bar--button-inline with a real <button type="button"> containing the filled FA-style magnifying-glass SVG from the live page - Flexbox form so the input and button are proper flex siblings rather than one element positioned over another - Rectangular 4px-radius border matching the live widget (was pill 999px) - Defines .sr-only locally so the label is correctly hidden - Changes name from "term" to "q" and placeholder to "Search" to match
Description
No description provided
32 MiB
Languages
Nix
73.8%
Shell
26.2%