-
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
Turn off view encapsulation for md-toolbar #676
Comments
* Disables the view encapsulation for the toolbar component. To be consistent with other components and simplify custom styling. Fixes angular#676.
* Disables the view encapsulation for the toolbar component. To be consistent with other components and simplify custom styling. Fixes #676.
Hi. Elevation feature was added in "2.0.0-alpha.2 t-haircut" release (link here - 3e34f7a) but it was implemented only for button, card and sidenav components. What about rest of the components like toolbar etc. ? Or did I miss anything? |
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. |
It's a bit difficult to style
md-toolbar
because ViewEncapsulation isn't turned off, as it is for other components. Chatted with @jelbourn about this, and we think it should beViewEncapsulation.None
.The text was updated successfully, but these errors were encountered: