From 97abdc500bd128c61e8ff3e289d548e29fe6d160 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Tue, 18 Feb 2025 18:03:08 -0800 Subject: [PATCH] Show pointer on mermaids --- webview-ui/src/components/common/MermaidBlock.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/webview-ui/src/components/common/MermaidBlock.tsx b/webview-ui/src/components/common/MermaidBlock.tsx index eeae2b272c..926725ef17 100644 --- a/webview-ui/src/components/common/MermaidBlock.tsx +++ b/webview-ui/src/components/common/MermaidBlock.tsx @@ -173,4 +173,5 @@ const SvgContainer = styled.div` opacity: ${(props) => (props.$isLoading ? 0.3 : 1)}; min-height: 20px; transition: opacity 0.2s ease; + cursor: pointer; `