[Webkit-unassigned] [Bug 152954] Web Inspector: console.table background stripes are misaligned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 9 20:51:15 PST 2016


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

--- Comment #1 from Nikita Vasilyev <nvasilyev at apple.com> ---
The striped background is made by CSS gradient:

.data-grid table.data {
    background-image: linear-gradient(to bottom, white, white 50%, hsl(214, 41%, 96%) 50%, hsl(214, 41%, 96%));
}

https://github.com/WebKit/webkit/blob/master/Source/WebInspectorUI/UserInterface/Views/DataGrid.css#L127

It should really use tr:nth-child(even) CSS pseudo selector.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160110/8df4c981/attachment.html>


More information about the webkit-unassigned mailing list