Turn off view encapsulation for md-toolbar-row
See original GitHub issueSame as #676 but for md-toolbar-row
.
The first md-toolbar-row
gets created by the md-toolbar
and with default ViewEncapsulation.Emulated the md-toolbar-row
can’t be styled. However #1718 only solves being able to add attributes. It does not solve styling issues.
For example how does one change the height for 64px to 50px on md-toolbar-row ?
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to turn off view encapsulation for one property in Angular ...
I want to style the #right_content from register.css . Is there any way I can turn off view encapsulation (or whatever the adding...
Read more >View encapsulation - Angular
In Angular, a component's styles can be encapsulated within the component's host element so that they don't affect the rest of the application....
Read more >demo/node_modules/@angular/material/@angular ... - GitLab
n * May be overriden by the MdSortable's disable clear input. ... expansion-panel-header.html',\n encapsulation: ViewEncapsulation.
Read more >UNPKG - @angular/material
n * May be overriden by the MdSortable's disable clear input.\n * @return {?} ... expansion-panel-header.html',\n encapsulation: ViewEncapsulation.
Read more >Understanding Angular View Encapsulation - Telerik
So basically the shadow DOM allows you to hide DOM logic behind other elements without affecting any other part of the application so...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Directive
s don’t haveViewEncapsulation
Here is one option
http://plnkr.co/edit/ph2RH89NMWQuJ0ifwCHE?p=preview