From 616fb66c00ead4ea1c78bbd8ca079b529d8789d2 Mon Sep 17 00:00:00 2001 From: Peter Meier Date: Mon, 4 May 2026 10:07:56 +0200 Subject: [PATCH] fix(event-badges): suppress parent-link underline on hover When EventBadges sits inside a `` (upcoming-events list, post cards) the underline propagated through the badge spans on hover. Force `text-decoration: none` on the date and location pills so only the headline text underlines. Co-Authored-By: Claude Opus 4.7 --- src/lib/components/EventBadges.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/EventBadges.svelte b/src/lib/components/EventBadges.svelte index c4af70a..0fa021a 100644 --- a/src/lib/components/EventBadges.svelte +++ b/src/lib/components/EventBadges.svelte @@ -27,7 +27,7 @@ {#if dateLabel || locationText}
{#if dateLabel} - + @@ -39,7 +39,7 @@ {locationText} {:else} - +