mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed version selector not being hoverable on some Android devices (#5806)
This commit is contained in:
parent
ee537b5cc7
commit
92be65e577
@ -106,8 +106,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Fix hover on touch devices
|
// Fix hover on touch devices
|
||||||
@media (pointer: coarse) {
|
@media (pointer: coarse), (hover: none) {
|
||||||
|
|
||||||
// Switch off on hover
|
// Switch off on hover
|
||||||
.md-version:hover & {
|
.md-version:hover & {
|
||||||
animation: hoverfix 250ms forwards;
|
animation: hoverfix 250ms forwards;
|
||||||
|
Loading…
Reference in New Issue
Block a user