mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
remove unused style
This commit is contained in:
@@ -46,7 +46,7 @@ export default css`
|
||||
.progress-ring__indicator {
|
||||
stroke: var(--indicator-color);
|
||||
stroke-linecap: round;
|
||||
transition: 0.35s stroke-dashoffset, 0.35s stroke;
|
||||
transition: 0.35s stroke-dashoffset;
|
||||
stroke-dasharray: var(--circumference) var(--circumference);
|
||||
stroke-dashoffset: calc(var(--circumference) - (var(--percentage) / 100) * var(--circumference));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user