Skip to content

Commit

Permalink
feat(step): fix specificity and horizontal title
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de authored Nov 8, 2024
1 parent 9f96906 commit 20747a2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/definitions/elements/step.less
Original file line number Diff line number Diff line change
Expand Up @@ -873,15 +873,16 @@
.ui.ui.circular.steps:not(.vertical) .step.@{variation} {
background: @color;
}

.ui.ui.@{variation}.circular.steps .step, .ui.ui.ui.circular.steps .step.@{variation} {
&.active .content .title {
color: @color;
}
}
& when (@variationStepVertical) {
.ui.ui.vertical.circular.steps .step.completed.@{variation} .content::before {
border-color: @color;
}
.ui.ui.@{variation}.vertical.circular.steps .step, .ui.ui.vertical.circular.steps .step.@{variation} {
&.active .content .title {
color: @color;
}
&.completed .content::before {
border-color: @color;
}
Expand Down

0 comments on commit 20747a2

Please sign in to comment.