Remove :hover for mobile clients. #56
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The hover state introduces odd behaviours on devices which leave a virtual pointer on the screen at the last tapper position.
If you think you've toggled off a menu entry, the virtual pointer is still hovering above it, making it appear that actions are not working, or delayed by a press.
Would it be possible to remove the :hover state checks for mobile clients, prompting them to only use toggles?
Bug introduced in
5bc1d2ecd9.This could probably be done with a media query, but the other way around. Query for a desktop device before adding the :hover state.