question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Turn off view encapsulation for md-toolbar-row

See original GitHub issue

Same 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:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jelbourncommented, Jun 12, 2017

@Directives don’t have ViewEncapsulation

1reaction
willshowellcommented, Jun 12, 2017
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found