From 68804b95bb437c345f67de5720787face139edd5 Mon Sep 17 00:00:00 2001 From: dtoro Date: Thu, 12 Mar 2026 12:35:22 +0100 Subject: [PATCH] fix: styles --- frontend/src/styles.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 0aa4b86..4c287f7 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -172,6 +172,7 @@ body { 0% { stroke-dashoffset: 14; } + 100% { stroke-dashoffset: 0; } @@ -180,11 +181,12 @@ body { /* Connection path roles: pushing (trigger) — classes on BaseNode root. Updating nodes have no extra border so rendering doesn’t flash. */ /* Connection path trigger: amber cue to match manual/dirty state (e.g. Run button). */ .connection-path-trigger { - box-shadow: inset 3px 0 0 hsl(38 92% 50%); + + /*box-shadow: inset 3px 0 0 hsl(38 92% 50%);*/ } .dark .connection-path-trigger { - box-shadow: inset 3px 0 0 hsl(45 93% 58%); + /*box-shadow: inset 3px 0 0 hsl(45 93% 58%); */ } /* NodeResizer: snappy drag; no border/background on handles; keep resize cursors. */