- From: guest271314 <notifications@github.com>
- Date: Fri, 30 Mar 2018 22:56:57 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 31 March 2018 05:57:21 UTC
```
dialog::backdrop {
background-color: blue;
}
```
and
```
::backdrop {
--bg-color: blue;
}
dialog::backdrop {
background-color: var(--bg-color);
}
```
appear to render expected result at Chromium.
--
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-377668846
Received on Saturday, 31 March 2018 05:57:21 UTC