-
Notifications
You must be signed in to change notification settings - Fork 35
Change the color between steps #10
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, it is possible to customize colors for the step markers, but not for the .steps-segment::after pseudo-element that draws the line between steps. It could be possible to set colors on the .steps-segment element itself to customize this:
<ul class="steps">
<li class="steps-segment is-warning">
<a href="#" class="steps-marker"><a>
</li>
<li class="steps-segment is-danger is-active">
<a href="#" class="steps-marker is-info"></a>
</li>
<li class="steps-segment">
<a href="#" class="steps-marker"></a>
</li>
</ul>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
