fix reply link being faint (didn't work before, no reason to keep it

"faint" imo)
merge-requests/1931/head
Henry Jameson 7 months ago
parent ec2afce97e
commit f4d48e401a

@ -450,7 +450,7 @@
> >
<button <button
v-if="showOtherRepliesAsButton && replies.length > 1" v-if="showOtherRepliesAsButton && replies.length > 1"
class="button-unstyled -link faint" class="button-unstyled -link"
:title="$tc('status.ancestor_follow', replies.length - 1, { numReplies: replies.length - 1 })" :title="$tc('status.ancestor_follow', replies.length - 1, { numReplies: replies.length - 1 })"
@click.prevent="dive" @click.prevent="dive"
> >

Loading…
Cancel
Save