Skip to content

Commit

Permalink
Merge pull request #797 from mark-ck/master
Browse files Browse the repository at this point in the history
feat(Step): fix #796
  • Loading branch information
youluna authored Jun 19, 2019
2 parents 9e25f64 + ca6f988 commit d1466f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/step/scss/circle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

#{$step-progress-prefix}-circle-underlay {
stroke: $step-circle-item-node-wait-border-color;
stroke-width: $s-1;
stroke-width: 3 * $step-circle-item-node-border-width;
}

#{$step-progress-prefix}-circle-overlay-normal {
stroke: $step-circle-item-node-finish-border-color;
stroke-width: $s-1;
stroke-width: 3 * $step-circle-item-node-border-width;
}
}
#{$step-prefix}-item-node-placeholder {
Expand Down

0 comments on commit d1466f3

Please sign in to comment.