aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-27 22:20:41 +0200
committerHenry Jameson <me@hjkos.com>2024-02-27 22:20:41 +0200
commitf4d48e401abd7789968e0b3decd50fc62bd7bc29 (patch)
tree45301ee328dfd26169b5059627fea994f9d13c12
parentec2afce97e4fa769ccf1088ae19b95fb94510930 (diff)
fix reply link being faint (didn't work before, no reason to keep it
"faint" imo)
-rw-r--r--src/components/status/status.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index 7c56430f..2a46c5b9 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -450,7 +450,7 @@
>
<button
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 })"
@click.prevent="dive"
>