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

add style & title to geolocation button & geocoder

parent 33908979
No related branches found
No related tags found
1 merge request!623REDMINE_ISSUE-17473 | Zoomer sur la carte en fonction de la localisation
......@@ -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