I'm trying to add a paper-button element inside a paper-dialog, but the styling doesn't get picked up, as it keeps adding the style-scope
class to all of the dialog's child elements. It seems to do this on all elements/custom elements, as well as all classes (not just style-scope
).
The problem is the styles all seem to use the selector below, so the actual styles aren't being represented properly.
:not([style-scope]):not(.style-scope)
I have a feeling I'm just missing something in the docs, because the demos don't have this class on them.
Thanks in advance!