Skip to content
Snippets Groups Projects
Commit b33c8ec7 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

Merge branch 'develop' into redmine-issues/17474

parents f0caaa89 56199254
No related branches found
No related tags found
1 merge request!624REDMINE_ISSUE-17474 | Ajouter un geocodeur ETALAB sur les cartes
......@@ -6,6 +6,7 @@
<button
class="button-geocoder"
@click="toggleGeocoder"
title="Rechercher une adresse"
>
<i class="search icon" />
</button>
......
......@@ -3,6 +3,7 @@
<button
:class="['button-geolocation', { tracking }]"
@click.prevent="toggleTracking"
title="Me localiser"
>
<i class="crosshairs icon" />
</button>
......@@ -55,6 +56,9 @@ button.button-geolocation {
line-height: 1.15;
cursor: pointer;
}
button.button-geolocation:hover {
background-color: #ebebeb;
}
button.button-geolocation.tracking {
background-color: rgba(255, 145, 0, 0.904);
color: #fff;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment