Bug 246618
Summary: | Dark mode for extension popups | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos J. <carlosj-webkit-bugzilla> |
Component: | WebKit Extensions | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | ap, timothy |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Carlos J.
The extension popups don't seem to support the dark mode media query. The only way the query gets detected is when a color-scheme is added: <meta name="color-scheme"content="light dark">
Sample extension:
https://github.com/carlosjeurissen/webext-tech-demo-extensions/tree/main/issues/safari-9612492-darkmode-in-extension-popup
In Chrome and Firefox, in dark mode the extension colors green. Yet in Safari it is blue. Basically it doesn't recognise the dark mode media query.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos J.
Previously reported as:
https://feedbackassistant.apple.com/feedback/9612492
Alexey Proskuryakov
> https://feedbackassistant.apple.com/feedback/9612492
rdar://82937978
This was resolved as correct behavior, can you please clarify what this new report tracks?