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

CSS in comments is not ignored by Polymer. #2455

Closed
ktiedt opened this issue Sep 18, 2015 · 3 comments
Closed

CSS in comments is not ignored by Polymer. #2455

ktiedt opened this issue Sep 18, 2015 · 3 comments

Comments

@ktiedt
Copy link
Contributor

ktiedt commented Sep 18, 2015

      /*paper-submenu::shadow paper-item::shadow iron-icon {
        position: absolute;
        top: 4px;
      }*/

Just an example, the above CSS continued to be perpetuated to the element despite comments.

@ebidel
Copy link
Contributor

ebidel commented Sep 21, 2015

/sub

TimvdLippe added a commit to TimvdLippe/polymer that referenced this issue Sep 24, 2015
TimvdLippe added a commit to TimvdLippe/polymer that referenced this issue Oct 18, 2015
@TimvdLippe
Copy link
Contributor

In #2473 a testcase was added to test the reported bug, however CI reports it is working correctly. Additional replication steps would be needed to narrow down a bug, or this issue could be closed via the PR?

@ktiedt
Copy link
Contributor Author

ktiedt commented Oct 19, 2015

I just tested this and either the problem is fixed or, there was some other underlying cause, but definitely closeable from my perspective.

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

No branches or pull requests

3 participants