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/select): remove focus outline on panel (#21005)
The panel has a focus outline since it has `tabindex="-1"`. We generally don't keep
focus on it so the outline isn't shown, but it can happen if the user clicks on the
scroll bar. These changes remove the outline.
(cherry picked from commit 44b7e1a)
0 commit comments