Re: [w3c/webcomponents] Styling default slot content with ::slotted (#631)

While this has been closed for some time, I’m currently have this same issue, and I have been getting directed here from search.

I did not see any resolution from the browser vendors, so if it helps others in a similar predicament, I am using the following workaround:

```css
:not([name])::slotted(*) {}
```

-- 
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/631#issuecomment-464283573

Received on Saturday, 16 February 2019 03:59:53 UTC