Use a lighter grey for comment created dates
This commit is contained in:
parent
adc0f23b49
commit
15985889da
1 changed files with 3 additions and 3 deletions
|
@ -37,9 +37,9 @@
|
||||||
/>
|
/>
|
||||||
<strong>{{ c.author.getDisplayName() }}</strong
|
<strong>{{ c.author.getDisplayName() }}</strong
|
||||||
>
|
>
|
||||||
<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)"
|
||||||
|
|
Loading…
Reference in a new issue