From 0d990f3c1eb71b5d132b94f4fa5327834d027bf3 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Wed, 13 Aug 2025 06:57:40 +0000 Subject: [PATCH] fix: improve UI consistency in codebase indexing popover - Add cursor-pointer class to collapsible section headers for better UX - Add consistent padding (mb-1 block) between all labels and input fields - Ensures visual consistency with the rest of the application styling Fixes #7040 --- .../src/components/chat/CodeIndexPopover.tsx | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/webview-ui/src/components/chat/CodeIndexPopover.tsx b/webview-ui/src/components/chat/CodeIndexPopover.tsx index 4a90a60f3d7..eca8f36d046 100644 --- a/webview-ui/src/components/chat/CodeIndexPopover.tsx +++ b/webview-ui/src/components/chat/CodeIndexPopover.tsx @@ -600,7 +600,7 @@ export const CodeIndexPopover: React.FC = ({