Skip to content

Commit c40f4c7

Browse files
aramos-adobecastastrophe
authored andcommitted
fix(progresscircle): remove token dupes
1 parent da5d8da commit c40f4c7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

components/progresscircle/index.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ governing permissions and limitations under the License.
2525
/* default size and thickness */
2626
--spectrum-progress-circle-size: var(--spectrum-progress-circle-size-medium);
2727
--spectrum-progress-circle-thickness: var(--spectrum-progress-circle-thickness-medium);
28-
29-
/* track border style */
30-
--spectrum-progress-circle-size: var(--spectrum-progress-circle-size-medium);
31-
--spectrum-progress-circle-thickness: var(--spectrum-progress-circle-thickness-medium);
3228
}
3329

3430
.spectrum-ProgressCircle--sizeS {
@@ -46,9 +42,6 @@ governing permissions and limitations under the License.
4642
.spectrum-ProgressCircle {
4743
/* fill is bright color */
4844
--highcontrast-progress-circle-fill-border-color: Highlight;
49-
50-
/* fill over background is bright color */
51-
--highcontrast-progress-circle-fill-border-color-over-background: Highlight;
5245
}
5346
}
5447

0 commit comments

Comments
 (0)