You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the contact form is in an error state, we intend to show a solid red focus indicator on inputs. In Chromium and Firefox browser, we render our custom purple focus indicator mixed with red. On Safari, we render a solid purple indicator. Both behaviors are undesirable, and the distinction between them probably comes from Chromium/Firefox's switch to :focus-visible as the default focus heuristic.
Focused text control in Safari:
Focused text control in Chromium Edge (MacOS)
The text was updated successfully, but these errors were encountered:
mxmason
added
bug
Problems with the project's functionality
design
Issues with the visual appearance of the site.
labels
Jan 31, 2022
Summary
When the contact form is in an error state, we intend to show a solid red focus indicator on inputs. In Chromium and Firefox browser, we render our custom purple focus indicator mixed with red. On Safari, we render a solid purple indicator. Both behaviors are undesirable, and the distinction between them probably comes from Chromium/Firefox's switch to
:focus-visible
as the default focus heuristic.Focused text control in Safari:
Focused text control in Chromium Edge (MacOS)
The text was updated successfully, but these errors were encountered: