Make favorite clickable

This commit is contained in:
kolaente 2020-09-05 20:55:43 +02:00
parent 0d6836cdac
commit 95824e7d22
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@
</transition>
<priority-label :priority="task.priority"/>
</span>
<span class="favorite">
<a class="favorite">
<icon :icon="['far', 'star']"/>
</span>
</a>
<slot></slot>
</div>
</template>

View File

@ -86,7 +86,7 @@
}
}
&:hover span.favorite {
&:hover .favorite {
opacity: 1;
}