This commit is contained in:
Cory LaViska
2020-09-28 07:52:28 -04:00
parent 42193557fc
commit df7141874d
2 changed files with 6 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
## Next
- Added support for dropdowns and non-icon elements to `sl-input`
- Fixed a bug where `sl-progress-ring` rendered incorrectly when zoomed in Safari
## 2.0.0-beta.19

View File

@@ -18,6 +18,11 @@
position: relative;
}
.progress-ring__image {
transform: rotate(-90deg);
transform-origin: 50% 50%;
}
.progress-ring__track {
stroke: var(--track-color);
}
@@ -25,8 +30,6 @@
.progress-ring__indicator {
stroke: var(--indicator-color);
transition: 0.35s stroke-dashoffset, 0.35s stroke;
transform: rotate(-90deg);
transform-origin: 50% 50%;
}
.progress-ring__label {