- From: guest271314 <notifications@github.com>
- Date: Sat, 31 Mar 2018 05:54:44 +0000 (UTC)
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 31 March 2018 05:55:13 UTC
Both
```
```
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-377668751
Received on Saturday, 31 March 2018 05:55:13 UTC