diff --git a/packages/frontend-core/src/components/sheet/cells/RelationshipCell.svelte b/packages/frontend-core/src/components/sheet/cells/RelationshipCell.svelte index df53d452ee..27fa038166 100644 --- a/packages/frontend-core/src/components/sheet/cells/RelationshipCell.svelte +++ b/packages/frontend-core/src/components/sheet/cells/RelationshipCell.svelte @@ -216,13 +216,13 @@ {#if relationship.primaryDisplay}
showRelationship(relationship._id) : null} > {relationship.primaryDisplay} - {#if focused} + {#if editable} {/if} {/each} - {#if focused} + {#if editable}
@@ -356,7 +356,7 @@ white-space: nowrap; text-overflow: ellipsis; } - .focused .values .badge span:hover { + .editable .values .badge span:hover { cursor: pointer; text-decoration: underline; }