[Webkit-unassigned] [Bug 188112] New: Web Inspector: Dark Mode: highlighted search results are too light

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 12:26:24 PDT 2018


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

            Bug ID: 188112
           Summary: Web Inspector: Dark Mode: highlighted search results
                    are too light
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mattbaker at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

Created attachment 345934

  --> https://bugs.webkit.org/attachment.cgi?id=345934&action=review

[Image] TextEditor search results

Summary:
Highlighted search results are too light.

>From SearchHighlightingDefaultTheme.css:93:

.supports-find-banner.showing-find-banner.syntax-highlighted .search-result,
.supports-find-banner.showing-find-banner .syntax-highlighted .search-result {
    background-color: hsla(53, 83%, 53%, 0.2);
    border-bottom: 1px solid hsl(47, 82%, 60%);
}

See attached screenshot:

- The search-result background-color property uses opacity, which is hard to see against the dark background.
- The search-result color is pricking up dark mode's lighter --text-color as well.

-- 
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/20180727/66815de0/attachment.html>


More information about the webkit-unassigned mailing list