fix: clarify workflow graph routes and inspector outcomes
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user