diff --git a/src/components/maps/overlay/SearchMarkersTags.vue b/src/components/maps/overlay/SearchMarkersTags.vue
index d95c03b3..8983f9a9 100644
--- a/src/components/maps/overlay/SearchMarkersTags.vue
+++ b/src/components/maps/overlay/SearchMarkersTags.vue
@@ -26,10 +26,9 @@ function emitCategorySwitch(newCategory: MapMarkerGroup) {
'active': currentSearchMode === 'quests'
}"
>
-
-
-
-
+
+
+
Quêtes
@@ -44,10 +43,9 @@ function emitCategorySwitch(newCategory: MapMarkerGroup) {
'active': currentSearchMode === 'capitals'
}"
>
-
-
-
-
+
+
+
Capitales
@@ -62,10 +60,9 @@ function emitCategorySwitch(newCategory: MapMarkerGroup) {
'active': currentSearchMode === 'landmarks'
}"
>
-
-
-
-
+
+
+
Points d'intérêt
@@ -80,10 +77,9 @@ function emitCategorySwitch(newCategory: MapMarkerGroup) {
'active': currentSearchMode === 'custom'
}"
>
-
-
-
-
+
+
+
Personnels
@@ -140,7 +136,7 @@ function emitCategorySwitch(newCategory: MapMarkerGroup) {
}
.icon {
- font-size: 1.1em;
+ width: 1.1em;
}
.label {
@@ -155,12 +151,20 @@ function emitCategorySwitch(newCategory: MapMarkerGroup) {
color: var(--white);
background-color: var(--#{$c}-500);
border-color: var(--#{$c}-700);
+
+ .icon {
+ fill: var(--white);
+ }
}
&:not(.active) {
&:hover,
&:focus-visible {
color: var(--#{$c}-500);
+
+ .icon {
+ fill: var(--#{$c}-500);
+ }
}
}