/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
/* ... */
}
/* stylus-based screens */
@media (hover: none) and (pointer: fine) {
/* ... */
}
/* Nintendo Wii controller, Microsoft Kinect */
@media (hover: hover) and (pointer: coarse) {
/* ... */
}
/* mouse, touch pad */
@media (hover: hover) and (pointer: fine) {
/* ... */
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (5)
I liked the post, small and to the point!!!
Brief and to the point. Nice one. Thanks.
Helpful.
Oh... That's interesting! Thanks for sharing