Re: [whatwg/fullscreen] Impossible to customize the style of a dialog's ::backdrop residing inside a Shadow DOM. (#124)

I recently encountered this limitation.   We would typically define our color palette with CSS variables at the document root, and then use those variables throughout components, either assigning to component specific variables or assigning directly to CSS properties.  This is my demo.

https://stackblitz.com/edit/dialog-backdrop-test?file=style.css

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/124#issuecomment-519961296

Received on Friday, 9 August 2019 15:26:13 UTC