Remove :hover for mobile clients. #56

Closed
opened 2025-08-21 12:43:44 -04:00 by Cutieguwu · 1 comment
Owner

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.

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 5bc1d2ecd9f16d8c46cd056f488d1d8d7dedb8cc.
Cutieguwu added this to the Cutieguwu Website V2 milestone 2025-08-21 12:43:44 -04:00
Cutieguwu added the BugQuestionNavigationMobile labels 2025-08-21 12:43:44 -04:00
Cutieguwu added this to the Cutieguwu Website V2 project 2025-08-21 12:43:44 -04:00
Author
Owner

This could probably be done with a media query, but the other way around. Query for a desktop device before adding the :hover state.

This could probably be done with a media query, but the other way around. Query for a desktop device before adding the :hover state.
Sign in to join this conversation.