From 0035b04e2e33a1052fa28ac059f6da83bf8f7bdc Mon Sep 17 00:00:00 2001 From: Molecule AI Core-UIUX Date: Sun, 10 May 2026 18:10:19 +0000 Subject: [PATCH] fix(canvas): add focus-visible rings to 6 TemplatePalette buttons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Section toggle (Org Templates expand/collapse) - Refresh org templates (↻ icon button) - Import org template button - Import Agent Folder button - Template palette fixed-position toggle (top-left corner) - Refresh templates link Co-Authored-By: Claude Opus 4.7 --- canvas/src/components/TemplatePalette.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/canvas/src/components/TemplatePalette.tsx b/canvas/src/components/TemplatePalette.tsx index 4d451ccb..c41be764 100644 --- a/canvas/src/components/TemplatePalette.tsx +++ b/canvas/src/components/TemplatePalette.tsx @@ -236,7 +236,7 @@ export function OrgTemplatesSection() { onClick={() => setExpanded((v) => !v)} aria-expanded={expanded} aria-controls="org-templates-body" - className="flex items-center gap-1.5 text-[10px] uppercase tracking-wide text-ink-mid hover:text-ink-mid font-semibold transition-colors" + className="flex items-center gap-1.5 text-[10px] uppercase tracking-wide text-ink-mid hover:text-ink-mid font-semibold transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent focus-visible:ring-offset-1" >