Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Fix Hover Logic for Mobile #152

Closed
ebollens opened this issue Jul 12, 2012 · 2 comments
Closed

Fix Hover Logic for Mobile #152

ebollens opened this issue Jul 12, 2012 · 2 comments
Labels
Milestone

Comments

@ebollens
Copy link
Contributor

We have the following style of code for buttons:

.mwf_notmobile a.button:hover,
a.button:focus,
a.button:active,

We should do the same for other elements (menus and top buttons) because the hover causes buggy behavior on mobile (created by doing a hover and then using the back button).

@zkhalapyan
Copy link
Contributor

On Android devices with PhoneGap distribution, clicking the top button sometimes makes an arbitrary menu item display as if it's hovered.

@ebollens
Copy link
Contributor Author

This will be added to master when feature/scoped_css is added (see #151).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants