Re: [w3c/webcomponents] Support for pseudo elements with ::slotted() selectors (#655)

Would be grate to use this kind of selectors:
```
::slotted(div[slot="content"]::-webkit-scrollbar) {
  display: none;
}
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/655#issuecomment-484432586

Received on Thursday, 18 April 2019 09:53:04 UTC