Skip to content

Commit 4ce6e3b

Browse files
committed
[AUTO] Sync MapML Build
1 parent 4f0fda5 commit 4ce6e3b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

dist/mapml.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,9 @@
332332
}
333333

334334
/* Disable pointer events where they'd interfere with the intended action. */
335+
.leaflet-crosshair *,
335336
.mapml-contextmenu-item > *,
336337
.mapml-control-layers label[for^="o"],
337-
.leaflet-crosshair > *,
338-
.leaflet-crosshair .leaflet-control,
339338
.mapml-draggable [aria-grabbed="true"] .mapml-control-layers > * {
340339
pointer-events: none!important;
341340
}
@@ -379,6 +378,10 @@ summary {
379378
background-color: white;
380379
}
381380

381+
.leaflet-crosshair {
382+
cursor: crosshair;
383+
}
384+
382385
/*
383386
* Visibility hack – mitigates FOUC.
384387
* (https://github.com/Maps4HTML/Web-Map-Custom-Element/issues/154)

0 commit comments

Comments
 (0)