Y
Hacker News
new
|
ask
|
show
|
jobs
Finally, a CSS only solution to:hover on touchscreens
(
blog.usejournal.com
)
2 points
by
mezi
2481 days ago
1 comments
bkyan
2481 days ago
I think you could cover the IE case, as well, with:
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { }
link
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { }