From f1bf32ee054dbd39641854d4009c02c9bfb92dff Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 31 Mar 2026 15:27:48 +0200 Subject: [PATCH] =?UTF-8?q?feat(focus-rings):=20CommentThread=20selection?= =?UTF-8?q?=20highlight=20=E2=86=92=20dotted=20outline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ring-2 ring-accent (box-shadow) replaced with outline-2 outline-dotted outline-accent — visually distinct from the focus ring (solid, navy/mint), making selection state and keyboard focus clearly different Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/CommentThread.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/CommentThread.svelte b/frontend/src/lib/components/CommentThread.svelte index 2bcf4418..b741c632 100644 --- a/frontend/src/lib/components/CommentThread.svelte +++ b/frontend/src/lib/components/CommentThread.svelte @@ -312,7 +312,7 @@ onMount(async () => {
{@render commentEntry(thread, thread.id, thread.replies.length === 0)} @@ -323,7 +323,7 @@ onMount(async () => {
{@render commentEntry(reply, thread.id, ri === thread.replies.length - 1)}