Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): Fix hiding controls on mobile after touch
On pointerless touch-screen devices, :hover queries on an element do not make sense. In spite of this, they can pass on such devices after a touch event, and elements even get stuck in this false :hover state. Now we check if the device supports hovering before making the :hover query on individual elements, which fixes the hiding on controls on mobile after a touch event. Closes #2886 Backported to v2.5.x Change-Id: I5ae0b0c84c69961c33df5e50f480b53495ab2694
- Loading branch information