-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
fix(button-toggle): allow toggle group elevation to be overwritten #7909
Conversation
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.
LGTM
b9c5be7
to
49fba7f
Compare
49fba7f
to
b283477
Compare
b283477
to
0d8345f
Compare
0d8345f
to
52bbcbb
Compare
Allows for consumer to specify a custom elevation on a `mat-button-toggle-group`. Relates to angular#7264.
52bbcbb
to
fc5d589
Compare
…yling applied incorrectly * Fixes not being able to override the elevation of a button toggle. Similar to angular#7909, but makes avoids issues with the new appearance. * Fixes some of the styles that are only intended to be applied in high contrast mode being active all the time. Seems like an issue while rebasing. Fixes angular#14721.
Closing in favor of #14722. |
…yling applied incorrectly * Fixes not being able to override the elevation of a button toggle. Similar to angular#7909, but makes avoids issues with the new appearance. * Fixes some of the styles that are only intended to be applied in high contrast mode being active all the time. Seems like an issue while rebasing. Fixes angular#14721.
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. |
Allows for consumer to specify a custom elevation on a
mat-button-toggle-group
.Relates to #7264.