RESOLVED FIXED 148921
Dashboard: Remove use of z-index for ring overlay; use DOM ordering
https://bugs.webkit.org/show_bug.cgi?id=148921
Summary Dashboard: Remove use of z-index for ring overlay; use DOM ordering
Daniel Bates
Reported 2015-09-06 21:38:05 PDT
Currently the WebKit Bot Watcher Dashboard uses the CSS property z-index to have the ring overlay image (<https://build.webkit.org/dashboard/Images/PlatformRing.png>) painted on top of each platform icon (e.g. <https://build.webkit.org/dashboard/Images/Yosemite.png>). We remove the use of the CSS property z-index by taking advantage of the transparency in the ring image and ordering the DOM such that the platform icon is before the ring image.
Attachments
Patch (3.37 KB, patch)
2015-09-06 21:41 PDT, Daniel Bates
no flags
Daniel Bates
Comment 1 2015-09-06 21:41:44 PDT
Daniel Bates
Comment 2 2015-09-08 08:58:40 PDT
Comment on attachment 260729 [details] Patch Clearing flags on attachment: 260729 Committed r189489: <http://trac.webkit.org/changeset/189489>
Daniel Bates
Comment 3 2015-09-08 08:58:44 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.