suggest-list: picto is managedby css

This commit is contained in:
2021-12-17 00:03:27 +01:00
parent a6cc6221d6
commit 395920bd51
8 changed files with 42 additions and 64 deletions

View File

@@ -52,7 +52,7 @@
<!-- results which **are** attached to an objective -->
<div v-for="g in goalsPicked" :key="g.id">
<div class="item-title" @click="removeGoal(g)">
<span>{{ g.goal.title.fr }}</span>
<span class="removable">{{ g.goal.title.fr }}</span>
</div>
<div>
<add-result :goal="g.goal" destination="goal"></add-result>