Use a lighter grey for comment created dates

This commit is contained in:
kolaente 2021-04-18 18:50:29 +02:00
parent adc0f23b49
commit 15985889da
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,9 @@
/> />
<strong>{{ c.author.getDisplayName() }}</strong <strong>{{ c.author.getDisplayName() }}</strong
>&nbsp; >&nbsp;
<span v-tooltip="formatDate(c.created)">{{ <span v-tooltip="formatDate(c.created)" class="has-text-grey">
formatDateSince(c.created) {{ formatDateSince(c.created) }}
}}</span> </span>
<span <span
v-if="+new Date(c.created) !== +new Date(c.updated)" v-if="+new Date(c.created) !== +new Date(c.updated)"
v-tooltip="formatDate(c.updated)" v-tooltip="formatDate(c.updated)"