We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5398b commit afdd20aCopy full SHA for afdd20a
1 file changed
extensions/ql-vscode/src/view/common/DeterminateProgressRing.tsx
@@ -39,7 +39,7 @@ export const DeterminateProgressRing = ({ percent }: Props) => (
39
aria-valuemax={100}
40
aria-valuenow={percent}
41
>
42
- <svg className="progress" viewBox="0 0 16 16">
+ <svg className="progress" viewBox="0 0 16 16" role="presentation">
43
<Background cx="8px" cy="8px" r="7px" />
44
<Determinate
45
style={{
0 commit comments