fix: styles

This commit is contained in:
2026-03-12 12:35:22 +01:00
parent 192358822e
commit 68804b95bb

View File

@@ -172,6 +172,7 @@ body {
0% { 0% {
stroke-dashoffset: 14; stroke-dashoffset: 14;
} }
100% { 100% {
stroke-dashoffset: 0; 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 doesnt flash. */ /* Connection path roles: pushing (trigger) — classes on BaseNode root. Updating nodes have no extra border so rendering doesnt flash. */
/* Connection path trigger: amber cue to match manual/dirty state (e.g. Run button). */ /* Connection path trigger: amber cue to match manual/dirty state (e.g. Run button). */
.connection-path-trigger { .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 { .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. */ /* NodeResizer: snappy drag; no border/background on handles; keep resize cursors. */