@hlfan commented on this pull request.
> +.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");
+}
+
+.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
+ mask-image: image-url("map-controls/zoomout.svg");
+ -webkit-mask-image: image-url("map-controls/zoomout.svg");
+}
+
+.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon {
+ mask-image: image-url("map-controls/geolocate.svg");
+ -webkit-mask-image: image-url("map-controls/geolocate.svg");
+}
https://github.com/openstreetmap/openstreetmap-website/blob/713dc3285a54ff20a5051c055706f0b3d355242e/app/views/dashboards/show.html.erb#L5
Now the icons are requested twice each.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6504#pullrequestreview-3437559317
You are receiving this because you are subscribed to this thread.
Message ID:
<openstreetmap/openstreetmap-website/pull/6504/review/[email protected]>_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev