From 3834f5c209c20a78eaa87189ad02b41f2e88ffe0 Mon Sep 17 00:00:00 2001 From: tegwick Date: Wed, 27 May 2026 00:17:36 +0200 Subject: [PATCH] Fix document card palette: always blue, thicker border when active The previous iteration left inactive document cards on a white-with-grey-border style and only flipped to light-blue on activation. The intent (matching the evidence-card pattern of always-yellow with a thicker border when active) was to always-blue with a thin/thick dark-blue border. Inactive: 1px #0050b3 on #e8f0ff Active: 3px #0050b3 on #e8f0ff Co-Authored-By: Claude Opus 4.7 --- src/work/CollectionList.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/work/CollectionList.tsx b/src/work/CollectionList.tsx index 149299d..3b8e463 100644 --- a/src/work/CollectionList.tsx +++ b/src/work/CollectionList.tsx @@ -106,8 +106,10 @@ export function CollectionList({ upload, title }: CollectionListProps) {