[openstreetmap/openstreetmap-website] Fix geolocate `background-color` being used instead of `color` (PR #6748)
Marwin Hochfelsner
notifications at github.com
Wed Jan 28 18:52:22 UTC 2026
@hlfan commented on this pull request.
> + &.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon {
+ color: $vibrant-green;
+ }
To mirror the togglability of the button and to be consistent with the other leaflet sidebar buttons:
```suggestion
&.maplibregl-ctrl-geolocate-active {
background-color: $vibrant-green;
}
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6748#pullrequestreview-3718456381
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6748/review/3718456381 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260128/6b9b7aba/attachment.htm>
More information about the rails-dev
mailing list