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