Bug 147305 - Web Inspector: Fix color declaration for not-executed comments
Summary: Web Inspector: Fix color declaration for not-executed comments
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nikita Vasilyev
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-07-25 22:27 PDT by Nikita Vasilyev
Modified: 2015-07-25 23:24 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.44 KB, patch)
2015-07-25 22:33 PDT, Nikita Vasilyev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Vasilyev 2015-07-25 22:27:36 PDT
.cm-s-default .basic-block-has-not-executed.cm-comment {
        color: hsl(143, 191, 143);
    }

This color declaration is invalid, saturation and lightness values supposed to be in percents.
Comment 1 Radar WebKit Bug Importer 2015-07-25 22:27:48 PDT
<rdar://problem/22000514>
Comment 2 Nikita Vasilyev 2015-07-25 22:33:37 PDT
Created attachment 257530 [details]
Patch
Comment 3 WebKit Commit Bot 2015-07-25 23:24:33 PDT
Comment on attachment 257530 [details]
Patch

Clearing flags on attachment: 257530

Committed r187404: <http://trac.webkit.org/changeset/187404>
Comment 4 WebKit Commit Bot 2015-07-25 23:24:37 PDT
All reviewed patches have been landed.  Closing bug.