Created
November 28, 2018 16:35
-
-
Save icodesido/adb33f233863f23a86af7ab63cca8ee3 to your computer and use it in GitHub Desktop.
Detect hover as a media query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// this applies to touch devices, beware of those which emulate hover with a long press action | |
@media not all and (hover: none) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment