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/menu): focus indication rendering partially in high contrast mode (#21527)
Firefox seems to have an issue where the items cut off each other's outline in high contrast
mode. These changes work around the issue by introducing a slight margin.
Note that this isn't ideal, because the whole point of using an outline is so that the layout
isn't different on high contrast mode. The alternate approach is to use a `border`, but it
will cause the element to move around as the user is navigating.
Fixes#21524.
(cherry picked from commit bf34cdb)
0 commit comments