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/datepicker): hover styles not disabled on touch devices (#23915)
When we introduced the date range picker, some selectors in the calendar became much more specific which ended up overriding the styles that disable the hover indication on touch devices.
Now that we don't need to worry about IE, these changes use the `hover` media query to enable hovering only on non-touch devices instead.
Fixes#23904.
0 commit comments