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
second tap on mobile version-switcher doesn't necessarily close the menu
hover.mp4
this happens because of hover
(tap on button toggles "open" class, but there are also very similar styles which append on hover
so, if button already doesn't have "open" class, it may still be open due to hover styles)
the fix is to remove hover for mobile and turn it on only for desktops (width >= 1200px)
The text was updated successfully, but these errors were encountered:
circus2271
added a commit
to circus2271/djangoproject.com
that referenced
this issue
Mar 2, 2024
second tap on mobile version-switcher doesn't necessarily close the menu
hover.mp4
this happens because of hover
(tap on button toggles "open" class, but there are also very similar styles which append on hover
so, if button already doesn't have "open" class, it may still be open due to hover styles)
the fix is to remove hover for mobile and turn it on only for desktops (width >= 1200px)
The text was updated successfully, but these errors were encountered: