1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

Add hover cursor to relationship badges in tables

This commit is contained in:
Andrew Kingston 2021-04-12 15:16:49 +01:00
parent 9e2803cb8d
commit 3b2ef3a5e9

View file

@ -32,3 +32,9 @@
{#if leftover} {#if leftover}
<div>+{leftover} more</div> <div>+{leftover} more</div>
{/if} {/if}
<style>
span:hover {
cursor: pointer;
}
</style>