From c5439a37398a554654235be85ba8b83d96cd86a8 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 6 Feb 2026 18:35:01 +0800 Subject: [PATCH] fix: tool icon hover --- .../editor/skill-editor/plugins/tool-block/component.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/components/workflow/skill/editor/skill-editor/plugins/tool-block/component.tsx b/web/app/components/workflow/skill/editor/skill-editor/plugins/tool-block/component.tsx index 3c30291ced..bcb33fe74c 100644 --- a/web/app/components/workflow/skill/editor/skill-editor/plugins/tool-block/component.tsx +++ b/web/app/components/workflow/skill/editor/skill-editor/plugins/tool-block/component.tsx @@ -368,12 +368,12 @@ const ToolBlockComponent = ({ className={cn( 'hidden size-[14px]', needAuthorization ? 'text-text-warning' : 'text-text-accent', - isInteractive && 'group-hover:block', + isInteractive && 'group-hover/tool:block', )} /> ) const normalIcon = ( - + {iconNode} ) @@ -549,7 +549,7 @@ const ToolBlockComponent = ({