From 79effa675b3b8ec1f234d0d6e7a1c70a96214204 Mon Sep 17 00:00:00 2001 From: zhijianma Date: Fri, 18 Oct 2024 10:02:25 +0800 Subject: [PATCH] add input and output hover effects using css (#39) --- .../studio/static/css/workstation-drag-components.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/agentscope/studio/static/css/workstation-drag-components.css b/src/agentscope/studio/static/css/workstation-drag-components.css index 086a7bbc9..9d838523f 100644 --- a/src/agentscope/studio/static/css/workstation-drag-components.css +++ b/src/agentscope/studio/static/css/workstation-drag-components.css @@ -46,6 +46,14 @@ outline: 1px solid var(--main-color); } +.drawflow-node .input:hover { + background: #43b993; +} + +.drawflow-node .output:hover { + background: #43b993; +} + .drawflow > .drawflow-delete { border: 2px solid #43b993; background: white;