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
Mobile Safari gives tapped buttons the :hover CSS styling, which shows them as pressed. However, this doesn't always properly disappear after the tap is complete. It's not a big deal but it looks sloppy and can be confusing.
The text was updated successfully, but these errors were encountered:
Turns out the hover media feature can by used to apply CSS only to environments where the primary pointer can hover. I wrapped all of iD's :hover selectors in media queries and added :active selectors so all buttons still react when pressed on touch devices.
Mobile Safari gives tapped buttons the
:hover
CSS styling, which shows them as pressed. However, this doesn't always properly disappear after the tap is complete. It's not a big deal but it looks sloppy and can be confusing.The text was updated successfully, but these errors were encountered: