Skip to content

Commit 016b4f5

Browse files
committed
<support-status>: Remove gap in pass circle
1 parent 738caaf commit 016b4f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vue/components/support-status/support-status.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
stroke: var(--_progress-color);
2828
stroke-width: var(--_stroke-width);
2929
r: calc(var(--_r) * 1px);
30-
stroke-dasharray: calc(var(--_perimeter) * 1px);
3130
transform-origin: center;
3231
transform-box: fill-box;
3332
transform: rotate(-90deg);
@@ -38,6 +37,7 @@
3837
}
3938

4039
circle.partial {
40+
stroke-dasharray: calc(var(--_perimeter) * 1px);
4141
stroke-dashoffset: calc(var(--_perimeter) * 1px * (1 - var(--progress, 0)/100));
4242
}
4343
}

0 commit comments

Comments
 (0)