Add hover cursor to relationship badges in tables
This commit is contained in:
parent
1c1f71ebfb
commit
7ca7769482
|
@ -32,3 +32,9 @@
|
|||
{#if leftover}
|
||||
<div>+{leftover} more</div>
|
||||
{/if}
|
||||
|
||||
<style>
|
||||
span:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue