You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(slide-toggle): remove view encapsulation
* Removes the ViewEncapsulation from the slide-toggle component to allow developer overwriting the styles easly.
Fixes#1343.
* Make _hasFocus variable public again for AOT compiler
Bug:
md-slide-toggle has no
encapsulation: ViewEncapsulation.None
set so it cannot be easily styled from the outside.What is the expected behavior?
encapsulation: ViewEncapsulation.None
should be turn on.It should be easy to override the component styles
What is the current behavior?
Cannot easily override component style
Which versions of Angular, Material, OS, browsers are affected?
Alpha.9
The text was updated successfully, but these errors were encountered: