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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
fix(theming): don't assume selector corresponds to expression (#10818)
Before this change, the theming code assume that if you have a selector
like "md-primary", all of the expressions therein will only be in terms
of "primary". This was not the case, causing one style to leave an
unevaluated expression in the css output.
This change *also* deletes the troublesome style because it seemed to be
incorrect anyway.
Fixes#10793
0 commit comments