Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(checkbox): don't show hover ripples on touch devices (#13700)
On touch devices `:hover` styling persists after the user has tapped. These changes hide the persistent ripple if the user isn't able to hover, in order to avoid confusion with the other ripples. Fixes #13675.
- Loading branch information