[webkit-reviews] review granted: [Bug 187660] Web Inspector: Dark Mode: Layers tab background should be dark : [Attachment 345487] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 20 16:51:16 PDT 2018


Brian Burg <bburg at apple.com> has granted Nikita Vasilyev
<nvasilyev at apple.com>'s request for review:
Bug 187660: Web Inspector: Dark Mode: Layers tab background should be dark
https://bugs.webkit.org/show_bug.cgi?id=187660

Attachment 345487: Patch

https://bugs.webkit.org/attachment.cgi?id=345487&action=review




--- Comment #4 from Brian Burg <bburg at apple.com> ---
Comment on attachment 345487
  --> https://bugs.webkit.org/attachment.cgi?id=345487
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=345487&action=review

r=me

> Source/WebInspectorUI/UserInterface/Views/Layers3DContentView.js:146
> +	   const backgroundColor =
window.getComputedStyle(document.documentElement).getPropertyValue("--backgroun
d-color-content").trim();

😬


More information about the webkit-reviews mailing list