We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d36942 commit 71b7b15Copy full SHA for 71b7b15
src/material-experimental/mdc-progress-spinner/progress-spinner.scss
@@ -8,6 +8,11 @@
8
overflow: hidden;
9
}
10
11
-:not(._mat-animation-noopable) {
+.mat-mdc-progress-spinner:not(._mat-animation-noopable) {
12
@include mdc-circular-progress-core-styles($query: animation);
13
14
+
15
+// Render the indeterminate spinner as a complete circle when animations are off
16
+._mat-animation-noopable .mdc-circular-progress__indeterminate-container circle {
17
+ stroke-dasharray: 0 !important;
18
+}
0 commit comments