1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +01:00

Fixed version selector not being hoverable on some Android devices (#5806)

This commit is contained in:
Jonathan Hiles 2023-08-22 02:14:49 +10:00 committed by GitHub
parent ee537b5cc7
commit 92be65e577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,8 +106,7 @@
}
// Fix hover on touch devices
@media (pointer: coarse) {
@media (pointer: coarse), (hover: none) {
// Switch off on hover
.md-version:hover & {
animation: hoverfix 250ms forwards;