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 <noreply@anthropic.com>
This commit was merged in pull request #155.
This commit is contained in:
@@ -49,7 +49,7 @@ let { mentions }: Props = $props();
|
||||
<div class="mt-4 border-t border-line pt-4">
|
||||
<a
|
||||
href="/notifications"
|
||||
class="text-sm font-medium text-ink-2 underline decoration-accent/60 transition-colors hover:text-ink hover:decoration-accent"
|
||||
class="text-sm font-medium text-ink-2 transition-colors hover:text-ink"
|
||||
>{m.notification_history_view_link()}</a
|
||||
>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user