(fix) CSS item relationship [SCI-9934] (#6892)

This commit is contained in:
Gregor Lasnibat 2024-01-08 15:45:08 +01:00 committed by GitHub
parent ac8f5d8198
commit 61965b8189
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
</div>
<div class="flex flex-col gap-2">
<template v-if="!canEdit">
<span v-if="range" class="text-sn-grey">
<span v-if="range" class="text-sn-dark-grey">
<template v-if="colVal.start_time && colVal.end_time">
{{ colVal.start_time.formatted }} - {{ colVal.end_time.formatted }}
</template>
@ -18,7 +18,7 @@
{{ viewPlaceholder }}
</template>
</span>
<span v-else class="text-sn-grey">
<span v-else class="text-sn-dark-grey">
<template v-if="colVal.formatted">
{{ colVal.formatted }}
</template>

View file

@ -37,7 +37,7 @@
<th id="assigned" data-unmanageable="true"><%= t("repositories.table.assigned") %></th>
<th id="row-id"><%= t("repositories.table.id") %></th>
<th id="row-name"><%= t("repositories.table.row_name") %></th>
<th id="relationship"><%= t("repositories.table.relationships") %></th>
<th id="relationship" title="<%= t("repositories.table.relationships") %>"><%= t("repositories.table.relationships") %></th>
<th id="added-on" ><%= t("repositories.table.added_on") %></th>
<th id="added-by" ><%= t("repositories.table.added_by") %></th>
<th id="archived-on"><%= t("repositories.table.archived_on") %></th>