InteractivePoly: touch hinting at mobile

This commit is contained in:
muerwre 2019-02-25 16:23:29 +07:00
parent 15618ad3d7
commit 5b315d97c7
2 changed files with 14 additions and 4 deletions

View file

@ -50,6 +50,7 @@
width: 32px;
height: 32px;
transform: translate(-8px, -8px);
background: rgba(255, 50, 0, 0.3);
}
}
@ -71,6 +72,14 @@
}
}
.touch-hinter-poly {
stroke: rgba(255, 50, 0, 0);
@media (max-width: @mobile_breakpoint) {
stroke: rgba(255, 50, 0, 0.1);
}
}
.leaflet-control-container .leaflet-routing-container-hide {
display: none;
}