I wont to create style like this:
I tried to set style for all lines under edited steps, but there is lines outside of mat-step-headers.
::ng-deep .mat-horizontal-stepper-header {
&[ng-reflect-state='edit'] + .mat-stepper-horizontal-line {
border-top-width: 4px;
border-top-color: blue;
}
}
this is the result:
So, how can i make it?

