[webkit-reviews] review granted: [Bug 170425] Web Inspector: RTL: layout issues in debugger dashboard, arrows are on wrong side : [Attachment 306125] Proposed Fix
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 3 15:31:28 PDT 2017
Devin Rousso <webkit at devinrousso.com> has granted Brian Burg
<bburg at apple.com>'s request for review:
Bug 170425: Web Inspector: RTL: layout issues in debugger dashboard, arrows are
on wrong side
https://bugs.webkit.org/show_bug.cgi?id=170425
Attachment 306125: Proposed Fix
https://bugs.webkit.org/attachment.cgi?id=306125&action=review
--- Comment #6 from Devin Rousso <webkit at devinrousso.com> ---
Comment on attachment 306125
--> https://bugs.webkit.org/attachment.cgi?id=306125
Proposed Fix
View in context: https://bugs.webkit.org/attachment.cgi?id=306125&action=review
r=me
> Source/WebInspectorUI/UserInterface/Views/DashboardContainerView.css:152
> + --dashboard-advance-arrow-end: 0px;
I think we are using "offset" to represent positioning values in CSS variable
names.
--dashboard-advance-arrow-offset-end: 0;
More information about the webkit-reviews
mailing list