We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0fda5 commit 4ce6e3bCopy full SHA for 4ce6e3b
1 file changed
dist/mapml.css
@@ -332,10 +332,9 @@
332
}
333
334
/* Disable pointer events where they'd interfere with the intended action. */
335
+.leaflet-crosshair *,
336
.mapml-contextmenu-item > *,
337
.mapml-control-layers label[for^="o"],
-.leaflet-crosshair > *,
338
-.leaflet-crosshair .leaflet-control,
339
.mapml-draggable [aria-grabbed="true"] .mapml-control-layers > * {
340
pointer-events: none!important;
341
@@ -379,6 +378,10 @@ summary {
379
378
background-color: white;
380
381
+.leaflet-crosshair {
382
+ cursor: crosshair;
383
+}
384
+
385
/*
386
* Visibility hack – mitigates FOUC.
387
* (https://github.com/Maps4HTML/Web-Map-Custom-Element/issues/154)
0 commit comments