Skip to content

Commit

Permalink
Delete redundant fill and stroke-width on <circle>
Browse files Browse the repository at this point in the history
  • Loading branch information
slhinyc committed Feb 21, 2024
1 parent 92fb211 commit 4abd6f9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/spinner/spinner.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,7 @@ export default class SlSpinner extends ShoelaceElement {
<stop offset="80%"></stop>
<stop offset="100%"></stop>
</linearGradient>
<circle
stroke-width="8"
fill="none"
class="indicator__gradient"
stroke="url(#linearColors)"
mask="url(#mask)"
></circle>
<circle class="indicator__gradient" stroke="url(#linearColors)" mask="url(#mask)"></circle>
</svg>
`;
}
Expand Down

0 comments on commit 4abd6f9

Please sign in to comment.