Using Level 5 Media Queries, Michelle writes how to distinguish hover from touch devices.
@media (hover: hover) {
.some-component {
/* Styles for hover-able devices */
}
}
A rather geeky/technical weblog, est. 2001, by Bramus
Using Level 5 Media Queries, Michelle writes how to distinguish hover from touch devices.
@media (hover: hover) {
.some-component {
/* Styles for hover-able devices */
}
}