Add grabbing cursor to marker when dragged
This commit is contained in:
parent
03fb73ed22
commit
c8c436e42c
3
dist/leaflet.css
vendored
3
dist/leaflet.css
vendored
@ -192,7 +192,8 @@
|
|||||||
cursor: auto;
|
cursor: auto;
|
||||||
}
|
}
|
||||||
.leaflet-dragging .leaflet-grab,
|
.leaflet-dragging .leaflet-grab,
|
||||||
.leaflet-dragging .leaflet-grab .leaflet-interactive {
|
.leaflet-dragging .leaflet-grab .leaflet-interactive,
|
||||||
|
.leaflet-dragging .leaflet-marker-draggable {
|
||||||
cursor: move;
|
cursor: move;
|
||||||
cursor: -webkit-grabbing;
|
cursor: -webkit-grabbing;
|
||||||
cursor: -moz-grabbing;
|
cursor: -moz-grabbing;
|
||||||
|
Loading…
Reference in New Issue
Block a user