How to highlight a sequenceFlow component

I’ve just solved this way:

    .highlight-connection.djs-connection .djs-outline {
      stroke: #000;
      visibility: visible;
      opacity: 0.7;
      stroke-dasharray: 3;
      fill: #d6e9c6 !important;
    }

38

2 Likes