[webkit-reviews] review granted: [Bug 190379] Web Inspector: add corner rounding to the network timing "blocks" : [Attachment 351977] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 17 12:43:42 PDT 2018
Timothy Hatcher <timothy at apple.com> has granted Devin Rousso
<drousso at apple.com>'s request for review:
Bug 190379: Web Inspector: add corner rounding to the network timing "blocks"
https://bugs.webkit.org/show_bug.cgi?id=190379
Attachment 351977: Patch
https://bugs.webkit.org/attachment.cgi?id=351977&action=review
--- Comment #8 from Timothy Hatcher <timothy at apple.com> ---
Comment on attachment 351977
--> https://bugs.webkit.org/attachment.cgi?id=351977
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=351977&action=review
> Source/WebInspectorUI/UserInterface/Views/NetworkTableContentView.css:198
> +.network-table .waterfall .block + .block {
> + --start-radius: 0;
> + --end-radius: 0;
> +}
Does this work if they are not visually together? Is there a spacer element in
the middle in that case or something?
More information about the webkit-reviews
mailing list