superposition highlight on mouse hover

This commit is contained in:
2023-09-12 14:58:55 +02:00
parent 5836d39a38
commit 119ae3f242
4 changed files with 41 additions and 6 deletions

View File

@@ -149,10 +149,13 @@ export default {
</section>
<section v-if="infos.type === 'entite' || infos.type === 'entite_action' || infos.type === 'superposition'" class="entite-map-popup">
<h1
<template
v-for="(entite, index) of entites"
:key="index"
> {{ entite.entite.title }}</h1>
>
<h1><span class="point">&bull;</span> {{ entite.entite.title }}</h1>
</template>
</section>
<section v-if="infos.type === 'besoin'" class="besoin-map-popup">
@@ -169,4 +172,5 @@ export default {
</template>
<style lang="scss" scoped>
</style>