[Webkit-unassigned] [Bug 198033] ErrorObjectView display black link in dark mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 20 02:11:44 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=198033

--- Comment #11 from Nikita Vasilyev <nvasilyev at apple.com> ---
Comment on attachment 370242
  --> https://bugs.webkit.org/attachment.cgi?id=370242
Patch

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

> Source/WebInspectorUI/UserInterface/Views/ErrorObjectView.css:60
> + at media (prefers-dark-interface) {
> +    .error-object-link-container {
> +        color: var(--text-color);
> +    }
> +}

Generally, we try to use the same variables for both dark and light modes.
I recommend modifying the existing .error-object-link-container CSS rule to use --text-color-secondary variables.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190520/2e0b8891/attachment.html>


More information about the webkit-unassigned mailing list