[Webkit-unassigned] [Bug 217447] Web Inspector: update styles to use CSS properties with neutral directionality

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 13:14:43 PDT 2020


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

--- Comment #12 from Devin Rousso <drousso at apple.com> ---
Comment on attachment 412673
  --> https://bugs.webkit.org/attachment.cgi?id=412673
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=412673&action=review

> Source/WebInspectorUI/UserInterface/Views/CPUTimelineOverviewGraph.css:27
> + body .sidebar > .panel.navigation.timeline > .timelines-content li.item.cpu,
> + body .timeline-overview > .graphs-container > .timeline-overview-graph.cpu {

oops, no leading space ��

> Source/WebInspectorUI/UserInterface/Views/FindBanner.css:224
> +body .find-banner.console-find-banner {

err, no, this should just go back to the way it was before
```
    .find-banner.console-find-banner {
        position: relative;
        top: auto;
        border: 0;
    }

    body .find-banner.console-find-banner {
        flex-wrap: nowrap;
    }
```

-- 
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/20201029/8915a740/attachment.htm>


More information about the webkit-unassigned mailing list