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
According to A11y best practices input elements should have a
contrast ratio of at least 3:1 with surrounding elements.
After this change, the border color of many input elements changes
from #ddd to #87929D. The latter has a contrast ratio of > 3 with
the theme's default background color: #fff.
0 commit comments