-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Support adding CSS class to MdDialog root element #4012
Comments
Extend dialog config options to allow custom dialog class. Custom class enables media queries. angular#4718 angular#4012
Extend dialog config options to allow custom dialog class. Custom class enables media queries. angular#4718 angular#4012
Changed custom class config option name. Remove unnecessary class removal on detach. angular#4718 angular#4012
Added missing unit test to check if overlay pane has custom panel class. angular#4718 angular#4012
Change wrong comment. Remove unnecessary beforeEach from test. angular#4718 angular#4012
* feat(dialog): custom class option Extend dialog config options to allow custom dialog class. Custom class enables media queries. #4718 #4012 * refactor(dialog): custom class option. Changed custom class config option name. Remove unnecessary class removal on detach. #4718 #4012 * test(dialog): custom class option. Added missing unit test to check if overlay pane has custom panel class. #4718 #4012 * refactor(dialog): custom class option. Change wrong comment. Remove unnecessary beforeEach from test. #4718 #4012
This exists now |
like this is okay: |
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. |
Bug, feature request, or proposal:
Bug / Feature
What is the expected behavior?
Unlike The toast notifications which has a parameter to add a class... There is nothing I can add on the parent container level to change styling of md dialog.
What is the current behavior?
I can just override material styles
Which versions of Angular, Material, OS, browsers are affected?
2.0.0-beta.2
Is there anything else we should know?
Nope
The text was updated successfully, but these errors were encountered: