From 0edff0e1cb049720d580931ad251d6c516136f5b Mon Sep 17 00:00:00 2001 From: liangxu Date: Fri, 10 Jul 2026 22:42:41 +0800 Subject: [PATCH] refactor(ui): remove unused toolbar dot indicator Co-Authored-By: Claude Opus 4.8 (1M context) --- frontend/src/ui/components/ImageNodeActions/index.css | 8 -------- frontend/src/ui/components/ImageNodeActions/index.tsx | 1 - 2 files changed, 9 deletions(-) diff --git a/frontend/src/ui/components/ImageNodeActions/index.css b/frontend/src/ui/components/ImageNodeActions/index.css index eb9a684..5764d16 100644 --- a/frontend/src/ui/components/ImageNodeActions/index.css +++ b/frontend/src/ui/components/ImageNodeActions/index.css @@ -200,14 +200,6 @@ background: #f2f4f7; } -.toolbar-dot { - width: 7px; - height: 7px; - margin-left: auto; - border-radius: 999px; - background: #ff5a4e; -} - .toolbar-menu-separator { height: 1px; background: #eceff3; diff --git a/frontend/src/ui/components/ImageNodeActions/index.tsx b/frontend/src/ui/components/ImageNodeActions/index.tsx index c448f61..c7b9886 100644 --- a/frontend/src/ui/components/ImageNodeActions/index.tsx +++ b/frontend/src/ui/components/ImageNodeActions/index.tsx @@ -505,7 +505,6 @@ export function ImageNodeToolbar({ ); })}