RESOLVED FIXED Bug 197538
Web Inspector: Styles: use the same green color for modified properties as in Changes panel
https://bugs.webkit.org/show_bug.cgi?id=197538
Summary Web Inspector: Styles: use the same green color for modified properties as in...
Nikita Vasilyev
Reported 2019-05-02 18:00:40 PDT
Created attachment 368855 [details] [Image] Before Currently, it's two different shades of green.
Attachments
[Image] Before (52.96 KB, image/png)
2019-05-02 18:00 PDT, Nikita Vasilyev
no flags
Patch (4.96 KB, patch)
2019-05-02 18:02 PDT, Nikita Vasilyev
timothy: review+
[Image] After (51.77 KB, image/png)
2019-05-02 18:05 PDT, Nikita Vasilyev
no flags
Archive of layout-test-results from ews212 for win-future (13.66 MB, application/zip)
2019-05-03 01:12 PDT, EWS Watchlist
no flags
Patch (5.07 KB, patch)
2019-05-04 17:24 PDT, Nikita Vasilyev
no flags
Nikita Vasilyev
Comment 1 2019-05-02 18:02:50 PDT
Nikita Vasilyev
Comment 2 2019-05-02 18:05:11 PDT
Created attachment 368857 [details] [Image] After
EWS Watchlist
Comment 3 2019-05-03 01:12:41 PDT Comment hidden (obsolete)
EWS Watchlist
Comment 4 2019-05-03 01:12:43 PDT Comment hidden (obsolete)
Nikita Vasilyev
Comment 5 2019-05-03 03:35:04 PDT
Comment on attachment 368856 [details] Patch Unrelated test failures.
Devin Rousso
Comment 6 2019-05-03 19:33:03 PDT
Comment on attachment 368856 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=368856&action=review > Source/WebInspectorUI/UserInterface/Views/SpreadsheetCSSStyleDeclarationEditor.css:134 > + border-right-color: hsl(90, 100%, 40%); Why not also make this into a variable, like `diff-addition-border-color`? > Source/WebInspectorUI/UserInterface/Views/Variables.css:183 > + --diff-addition-background: hsl(70, 90%, 86%); We normally still add a `-color` suffix, even for `*-background`. > Source/WebInspectorUI/UserInterface/Views/Variables.css:185 > + --diff-deletion-background: hsl(5, 100%, 94%); Ditto (>183). > Source/WebInspectorUI/UserInterface/Views/Variables.css:337 > + --diff-addition-background: hsl(90, 40%, 19%); Ditto (>183). > Source/WebInspectorUI/UserInterface/Views/Variables.css:339 > + --diff-deletion-background: hsl(5, 40%, 28%); Ditto (>183).
Nikita Vasilyev
Comment 7 2019-05-04 17:24:13 PDT
WebKit Commit Bot
Comment 8 2019-05-04 18:02:02 PDT
Comment on attachment 369079 [details] Patch Clearing flags on attachment: 369079 Committed r244951: <https://trac.webkit.org/changeset/244951>
WebKit Commit Bot
Comment 9 2019-05-04 18:02:03 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 10 2019-05-04 18:03:19 PDT
Note You need to log in before you can comment on or make changes to this bug.