From 401371fd18219bfdadf46184ad9582ced0150d55 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 9 Jun 2026 19:01:06 +0200 Subject: [PATCH] fix(a11y): raise inline remove confirm/cancel buttons to 44px touch target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit px-2 py-1 gave ~28px height — half the WCAG 2.2 / project 44px minimum. Changed to min-h-[44px] inline-flex items-center for both buttons. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/geschichte/JourneyItemRow.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/geschichte/JourneyItemRow.svelte b/frontend/src/lib/geschichte/JourneyItemRow.svelte index 42d79e51..304d1db0 100644 --- a/frontend/src/lib/geschichte/JourneyItemRow.svelte +++ b/frontend/src/lib/geschichte/JourneyItemRow.svelte @@ -136,14 +136,14 @@ function handleRemoveClick() {