Add hover cursor to relationship badges in tables

This commit is contained in:
Andrew Kingston 2021-04-12 15:16:49 +01:00
parent 1c1f71ebfb
commit 7ca7769482
1 changed files with 6 additions and 0 deletions

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>