From 28e75e971d09f83b647bcbe5e9fa10ece2e13105 Mon Sep 17 00:00:00 2001 From: curo1305 Date: Wed, 17 Jun 2026 09:35:06 +0200 Subject: [PATCH] =?UTF-8?q?fix(11):=20TreeItem.vue=20=E2=80=94=20focus-vis?= =?UTF-8?q?ible=20ring=20on=20all=20interactive=20elements;=20skeleton=20w?= =?UTF-8?q?idth=20=E2=86=92=20static=20Tailwind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Expand/collapse button, router-link label, and button label all get focus-visible:ring-2 focus-visible:ring-indigo-500 focus-visible:ring-offset-1 - :style skeleton width replaced with :class w-12/w-16/w-20 (same fix applied to AppSidebar in 11-05) - Closes VISUAL-01 and VISUAL-03 gaps found by verifier --- frontend/src/components/ui/TreeItem.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/ui/TreeItem.vue b/frontend/src/components/ui/TreeItem.vue index 1dcecd5..d540151 100644 --- a/frontend/src/components/ui/TreeItem.vue +++ b/frontend/src/components/ui/TreeItem.vue @@ -9,7 +9,7 @@