Don't show keyboard shortcuts on touch devices

This commit is contained in:
Jason Zimdars
2025-07-29 14:16:26 -05:00
parent 8af2f2fda7
commit c85642f638
+6
View File
@@ -64,6 +64,12 @@
inset: 0.66em 0.33em auto auto;
opacity: 0.5;
position: absolute;
@media (any-hover: none) {
/* This is a reasonable way to assert touch devices. any-pointer would seem */
/* to be a better fit but it is incorrectly reported on many devices */
display: none;
}
}
.icon {