mirror of
https://github.com/cline/cline.git
synced 2026-09-01 15:11:04 +08:00
Show pointer on mermaids
This commit is contained in:
@@ -173,4 +173,5 @@ const SvgContainer = styled.div<SvgContainerProps>`
|
||||
opacity: ${(props) => (props.$isLoading ? 0.3 : 1)};
|
||||
min-height: 20px;
|
||||
transition: opacity 0.2s ease;
|
||||
cursor: pointer;
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user