Skip to content

Commit

Permalink
fix(Steps): fix step line style (#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Dec 4, 2024
1 parent e1c0b85 commit 324c0c0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions style/web/components/steps/_mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,11 @@
left: @steps-dot-connector-position-left-horizontal;
top: @steps-dot-connector-position-top-horizontal;
}
&:not(.@{prefix}-steps-item--finish) {
&::after {
border-color: @text-color-placeholder;
}
}
}

.@{prefix}-steps-item--finish:not(:last-child) {
Expand Down Expand Up @@ -506,6 +511,14 @@
}
}
}

&:not(:last-child) {
&.@{prefix}-steps-item--default {
&::before {
border-color: @text-color-placeholder;
}
}
}
}
}
}

0 comments on commit 324c0c0

Please sign in to comment.