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: pseudo-classes don't work with :host under the polyfill #335

Closed
ebidel opened this issue Nov 2, 2013 · 1 comment
Closed

CSS: pseudo-classes don't work with :host under the polyfill #335

ebidel opened this issue Nov 2, 2013 · 1 comment

Comments

@ebidel
Copy link
Contributor

ebidel commented Nov 2, 2013

For example, :hover does not work:

:host {
    opacity: 0.6;
    transition: opacity 400ms ease-in-out;
  }
:host:hover { opacity: 1; }

Test: http://jsbin.com/uFuDEz/2/edit

@sorvell
Copy link
Contributor

sorvell commented Nov 4, 2013

Fixed by googlearchive/platform@dad8803

@sorvell sorvell closed this as completed Nov 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants