From e31b73303e2f5a6d2a0ace393927357516e894c0 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 7 Apr 2026 11:53:17 +0200 Subject: [PATCH] fix(ui): bump paragraph hover opacity from 6% to 10% Improves visibility of the clickability affordance on uncalibrated displays and for senior users. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/TranscriptionReadView.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/TranscriptionReadView.svelte b/frontend/src/lib/components/TranscriptionReadView.svelte index e9876a58..3c911065 100644 --- a/frontend/src/lib/components/TranscriptionReadView.svelte +++ b/frontend/src/lib/components/TranscriptionReadView.svelte @@ -16,7 +16,7 @@ let sorted = $derived([...blocks].sort((a, b) => a.sortOrder - b.sortOrder));
{#each sorted as block (block.id)}
onParagraphClick(block.annotationId)}