-
Notifications
You must be signed in to change notification settings - Fork 6.8k
cleanup(stepper): remove unused class #13006
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cleanup(stepper): remove unused class #13006
Conversation
src/lib/stepper/step-header.scss
Outdated
| height: $mat-step-header-icon-size; | ||
| width: $mat-step-header-icon-size; | ||
| .mat-step-icon, | ||
| .mat-step-icon-not-touched { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this class has since been removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's still one selector in master that's referring to it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should remove it then, because the class is never actually applied to any elements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also this ended up being reduced to just removing that extra selector. I can close it if necessary.
74285bd to
f61e9d2
Compare
|
Hi @crisbeto! This PR has merge conflicts due to recent upstream merges. |
f61e9d2 to
726e053
Compare
726e053 to
f5ff7d9
Compare
Fixes the stepper not setting the proper font size for custom number icons. Fixes angular#12999.
f5ff7d9 to
ddb6b8d
Compare
Fixes the stepper not setting the proper font size for custom number icons. Fixes angular#12999.
Fixes the stepper not setting the proper font size for custom number icons. Fixes #12999.
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fixes the stepper not setting the proper font size for custom number icons.
Fixes #12999.