fix reply link being faint (didn't work before, no reason to keep it
"faint" imo)
This commit is contained in:
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…
Reference in New Issue
Block a user