Skip to content

Commit 92be65e

Browse files
authored
Fixed version selector not being hoverable on some Android devices (#5806)
1 parent ee537b5 commit 92be65e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/assets/stylesheets/main/components/_version.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@
106106
}
107107

108108
// Fix hover on touch devices
109-
@media (pointer: coarse) {
110-
109+
@media (pointer: coarse), (hover: none) {
111110
// Switch off on hover
112111
.md-version:hover & {
113112
animation: hoverfix 250ms forwards;

0 commit comments

Comments
 (0)