From e608c652e56f43994d5e6dfba70c367e7fee5f59 Mon Sep 17 00:00:00 2001 From: Dustin Healy <54083382+dustinhealy@users.noreply.github.com> Date: Wed, 21 Jan 2026 10:44:20 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=82=EF=B8=8F=20fix:=20Clipped=20Focus=20O?= =?UTF-8?q?utlines=20in=20Conversation=20Panel=20(#11438)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: focus outline clipping in Conversations panel * chore: address Copilot comments --- client/src/components/Conversations/Conversations.tsx | 2 +- client/src/components/Conversations/Convo.tsx | 2 +- client/src/components/Conversations/ConvoLink.tsx | 2 +- client/src/components/Nav/Bookmarks/BookmarkNav.tsx | 1 + client/src/components/Nav/Favorites/FavoriteItem.tsx | 2 +- client/src/components/Nav/Favorites/FavoritesList.tsx | 2 +- client/src/components/Nav/NewChat.tsx | 6 +++--- 7 files changed, 9 insertions(+), 8 deletions(-) diff --git a/client/src/components/Conversations/Conversations.tsx b/client/src/components/Conversations/Conversations.tsx index b972d251b0..fc66c0977a 100644 --- a/client/src/components/Conversations/Conversations.tsx +++ b/client/src/components/Conversations/Conversations.tsx @@ -82,7 +82,7 @@ const ChatsHeader: FC = memo(({ isExpanded, onToggle }) => { return (