-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Open
Labels
needs triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
When overwriting the Styles for the ProgressSpinner via @include mat.progress-spinner-overrides((...));
, overwrites of the properties size
and active-indicator-width
have no effect.
Reproduction
StackBlitz link: https://stackblitz.com/edit/mnfmk4bd-kqhgpb12?file=src%2Fexample%2Fprogress-spinner-overview-example.scss
Steps to reproduce:
n/a
Expected Behavior
Overwriting size
and active-indicator-width
in @include mat.progress-spinner-overrides((...));
change the size and width of the spinner.
Actual Behavior
size
and active-indicator-width
have no effect.
Environment
- Angular: 20.2.0
- CDK/Material: 20.2.0
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): macOS, Linux
Metadata
Metadata
Assignees
Labels
needs triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team