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 Dec 19, 2024. It is now read-only.
When an element which imports paper-styles.html is loaded with importHref then custom theme settings get destroyed.
For example:
I have a basic custom theme defining just the value for one variable
In static.html this variable changes the color of a paper-checkbox as expected to red:

In failing.html I use importHref to import the paper-checkbox
and now my-theme is overridden by paper-styles and reverts the checkbox color back to indigo

I understand why this currently happens.
I think paper-styles should not be able to just revert my custom theme settings.