From 0d5ba941d2734e0d74f912ea66a899618e64596e Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Wed, 28 Jan 2026 19:56:49 +0100 Subject: [PATCH] Change the geolocator using the background color instead of the icon color Co-authored-by: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com> --- app/assets/stylesheets/maplibre-gl-all.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/maplibre-gl-all.scss b/app/assets/stylesheets/maplibre-gl-all.scss index 6c3c54460..300fc861d 100644 --- a/app/assets/stylesheets/maplibre-gl-all.scss +++ b/app/assets/stylesheets/maplibre-gl-all.scss @@ -35,8 +35,8 @@ background-image: none; } - &.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon { - color: $vibrant-green; + &.maplibregl-ctrl-geolocate-active { + background-color: $vibrant-green; } } } -- 2.39.5