Some of the rules in scss/forms/_form-control.scss were added without being fully checked across browsers. Before we ship, we should confirm they behave the same way in all the browsers we support — recent Chrome, Edge, Firefox, and Safari (including iOS) — and fix anything that renders inconsistently.
The spot is marked with a // TODO: comment in that file. Once this is resolved, the comment can be removed.
Some of the rules in
scss/forms/_form-control.scsswere added without being fully checked across browsers. Before we ship, we should confirm they behave the same way in all the browsers we support — recent Chrome, Edge, Firefox, and Safari (including iOS) — and fix anything that renders inconsistently.The spot is marked with a
// TODO:comment in that file. Once this is resolved, the comment can be removed.