[openstreetmap/openstreetmap-website] Migrate the dashboard entry page from leaflet to maplibre (PR #6504)
Frank Elsinga
notifications at github.com
Sat Nov 8 14:52:23 UTC 2025
@CommanderStorm commented on this pull request.
> + background-color: $green !important;
+ opacity: 0.2 !important;
+}
+
+.maplibregl-user-location-dot, .maplibregl-user-location-dot:before {
+ background-color: $vibrant-green !important;
+}
+
+.maplibregl-ctrl button .maplibregl-ctrl-icon {
+ background-image: none !important;
+ background-color: white;
+}
+
+.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
+ mask-image: image-url("map-controls/zoomin.svg");
+ -webkit-mask-image: image-url("map-controls/zoomin.svg");
the `-webkit` aliase are here to support Opera and UC (sigh..)
https://caniuse.com/mdn-css_properties_mask-image
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6504#pullrequestreview-3438427822
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6504/review/3438427822 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251108/3d8d9037/attachment.htm>
More information about the rails-dev
mailing list