top | item 20844771 Finally, a CSS only solution to:hover on touchscreens 2 points| mezi | 6 years ago |blog.usejournal.com 1 comment order hn newest bkyan|6 years ago I think you could cover the IE case, as well, with:@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { }
bkyan|6 years ago I think you could cover the IE case, as well, with:@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { }
bkyan|6 years ago
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { }