@@ -1510,13 +1510,12 @@ break {
1510
1510
}
1511
1511
# wskflowSVG [data-is-session-flow = "true" ] .edge-label : not (.edge-was-traversed ) {
1512
1512
fill : var (--color-text-02 ) !important ;
1513
- opacity : 0.6
1513
+ opacity : 0.8
1514
1514
}
1515
1515
# wskflowSVG [data-is-session-flow = "true" ] .node .leaf [data-status = "not-run" ] rect ,
1516
1516
# wskflowSVG [data-is-session-flow = "true" ] .node .leaf [data-status = "not-run" ] text {
1517
1517
/* deemphasize not-visited nodes in session flow */
1518
- fill : var (--color-ui-04 ) !important ;
1519
- opacity : 0.6 ;
1518
+ opacity : 0.8 ;
1520
1519
}
1521
1520
# wskflowSVG .node rect .atom {
1522
1521
/* wskflow node effect */
@@ -1564,15 +1563,29 @@ break {
1564
1563
# wskflowSVG .node rect , # wskflowSVG .node rect {
1565
1564
fill : var (--color-ui-05 );
1566
1565
}
1566
+ # wskflowSVG path [data-visited = "true" ] {
1567
+ /* visited edges */
1568
+ stroke : # 2166ac !important ;
1569
+ stroke-width : 2 ;
1570
+ marker-end : url (# edgeTraversedEnd);
1571
+ }
1572
+ # wskflowSVG path [data-visited = "false" ] {
1573
+ /* not-visited edges */
1574
+ stroke-dasharray : 1 ;
1575
+ opacity : 0.8 ;
1576
+ }
1567
1577
# wskflowSVG .node .leaf [data-status = "success" ] rect , # wskflowSVG .node .leaf .function [data-status = "success" ] rect {
1578
+ /* visited nodes with success outcome */
1568
1579
fill : # 2166ac !important ;
1569
1580
stroke : var (--color-text-01 ) !important ;
1570
1581
}
1571
1582
# wskflowSVG .node .leaf [data-status = "failed" ] rect , # wskflowSVG .node .leaf .function [data-status = "failed" ] rect {
1583
+ /* visited nodes with failure outcome */
1572
1584
fill : var (--color-support-01 ) !important ;
1573
1585
}
1574
1586
# wskflowSVG .node .leaf [data-status = "success" ] text : not (.edge-label ), # wskflowSVG .node .leaf .function [data-status = "success" ] text : not (.edge-label ),
1575
1587
# wskflowSVG .node .leaf [data-status = "failed" ] text : not (.edge-label ), # wskflowSVG .node .leaf .function [data-status = "failed" ] text : not (.edge-label ) {
1588
+ /* visited node text for session flow */
1576
1589
fill : var (--color-ui-01 ) !important ;
1577
1590
}
1578
1591
# wskflowSVG .node .leaf .function [data-status = "success" ] text ,
0 commit comments