Skip to content

Commit

Permalink
remove duplicate definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ko2in committed Oct 12, 2023
1 parent 89dc439 commit a642a81
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/definitions/elements/step.less
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@
left: @circularStepIconDistance;
}

&.link ::before,
&.link ::after {
&.link::before,
&.link::after {
cursor: pointer;
}
&.completed {
Expand Down Expand Up @@ -237,10 +237,6 @@
height: @circularStepIconSize;
width: @circularStepIconSize;
}
&.link::before,
&.link::after {
cursor: pointer;
}
&.active {
&::before {
border-color: @circularStepActiveColor;
Expand Down

0 comments on commit a642a81

Please sign in to comment.