Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using "dom: 'shadow'" option in polymer invalidates the css styles #11

Closed
javiercbk opened this issue Aug 18, 2016 · 2 comments
Closed
Assignees
Labels

Comments

@javiercbk
Copy link

The polymer documentation states:

shadow. Local DOM is rendered using shadow DOM where supported (this will be the default in the future).

Setting the dom global variable to shadow breaks all the css styles and rules.
window.Polymer = {dom: 'shadow'};

@saeidzebardast saeidzebardast self-assigned this Sep 11, 2016
@saeidzebardast
Copy link
Owner

Add ::shadow to nvd3-shared-styles.html selectors fix many issues but some issues such as background of tooltip box aren't fixed.

This was referenced Nov 8, 2016
@saeidzebardast
Copy link
Owner

Fixed at v0.19.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants