mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
hide cursor tooltip on mobile devices
This commit is contained in:
parent
531a8ece25
commit
18da8c9238
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@ body {
|
||||||
stroke-width: 4;
|
stroke-width: 4;
|
||||||
fill: black;
|
fill: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media(hover: none) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.cursor-icon-sticker {
|
.cursor-icon-sticker {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue