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
fix(material/form-field): missing focus indicator for outline appearance in high-contrast
In high-contast mode, form fields in outline appearance do not have
any focus indication. This commit adds a focus indicator in
high-contrast mode. Additionally, the focus indication for filled
form fields has been improved. Instead of relying on the underline
ripple that overlaps with the outline, we thicken the outline border
on focus (similar as with the outline appearance).
Fixes#22989.
0 commit comments