fix(FN-4597): restore org chart connector color inheritance
Fusion-Task-Id: FN-4597 Fusion-Task-Lineage: a3e4af93-0f8b-450b-a1ae-8354b42ac2a1
This commit is contained in:
@@ -921,6 +921,7 @@
|
||||
}
|
||||
|
||||
.agent-org-chart-canvas {
|
||||
--org-chart-connector-color: color-mix(in srgb, var(--text-muted) 60%, transparent);
|
||||
width: max-content;
|
||||
position: relative;
|
||||
transform-origin: top left;
|
||||
@@ -951,7 +952,6 @@
|
||||
--org-chart-connector-gap: var(--space-sm);
|
||||
--org-chart-children-offset: calc(var(--space-lg) + var(--space-sm));
|
||||
--org-chart-root-gap: var(--space-xl);
|
||||
--org-chart-connector-color: color-mix(in srgb, var(--text-muted) 60%, transparent);
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
|
||||
Reference in New Issue
Block a user