Open donalfenwick opened 3 years ago
use .bs-stepper-header .active .bs-stepper-circle { background-color: #ffff; border: 2px solid #57BC80; } .bs-stepper-header div:not(.bs-stepper-header .active ~ div, div.active, .parent :first-child) { .bs-stepper-circle { background-color: #57BC80; border: 2px solid #57BC80; }}
Adds a completed class to any step before the 'active' step.
This allows for styling the previous steps and adjacent connecting lines as described in issue #87