fix: clarify workflow graph routes and inspector outcomes

This commit is contained in:
lda
2026-07-13 09:01:38 +07:00 Verified
parent 41f084c420
commit 06bf383cb7
2 changed files with 9 additions and 1 deletions
@@ -190,7 +190,7 @@ const WorkflowGraphStageInner = ({
source: edge.source, source: edge.source,
target: edge.target, target: edge.target,
label: edge.label, label: edge.label,
type: "default", type: "smoothstep",
animated: active, animated: active,
focusable: false, focusable: false,
selectable: false, selectable: false,
@@ -729,6 +729,14 @@
list-style: none; list-style: none;
} }
.node-spotlight .node-spotlight__outcomes {
border: 1px solid var(--stage-line);
border-radius: 0.55rem;
padding: 0.75rem;
background: oklch(0.105 0.02 250);
color: var(--text-primary);
}
.node-spotlight__outcomes li { .node-spotlight__outcomes li {
border: 1px solid oklch(0.7 0.16 145 / 0.45); border: 1px solid oklch(0.7 0.16 145 / 0.45);
border-radius: 999px; border-radius: 999px;