From 5374bdabd4d5d59ca3c489b94cccbfa68a432041 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 29 Mar 2026 16:40:11 +0200 Subject: [PATCH] fix: remove always-on underline from notification cross-links underline decoration-accent/60 was forcing a permanent underline. The global a:hover rule already handles underline + accent color on hover. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/DashboardMentions.svelte | 2 +- frontend/src/routes/notifications/+page.svelte | 2 +- frontend/src/routes/profile/+page.svelte | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/components/DashboardMentions.svelte b/frontend/src/lib/components/DashboardMentions.svelte index 8a1d1e62..176d5fa3 100644 --- a/frontend/src/lib/components/DashboardMentions.svelte +++ b/frontend/src/lib/components/DashboardMentions.svelte @@ -49,7 +49,7 @@ let { mentions }: Props = $props(); diff --git a/frontend/src/routes/notifications/+page.svelte b/frontend/src/routes/notifications/+page.svelte index 862562ec..9d750773 100644 --- a/frontend/src/routes/notifications/+page.svelte +++ b/frontend/src/routes/notifications/+page.svelte @@ -94,7 +94,7 @@ function typeBadgeLabel(type: NotificationItem['type']): string {