superposition highlight on mouse hover
This commit is contained in:
@@ -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">•</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>
|
||||
|
||||
Reference in New Issue
Block a user