[Webkit-unassigned] [Bug 145739] Web Inspector: add " = $0" hint after selected element in main DOMTreeOutline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 29 16:33:13 PDT 2015


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

--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
Comment on attachment 255789
  --> https://bugs.webkit.org/attachment.cgi?id=255789
Patch

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

> Source/WebInspectorUI/UserInterface/Views/DOMTreeOutline.css:78
> +.dom-tree-outline li.selected > span::after {
> +    content: " = $0";
> +    opacity: 0.5;
> +}

The $n in the console is: "color: rgba(0, 0, 0, 0.33)". Should we consider the same tint?

-- 
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/20150629/add2ef4c/attachment.html>


More information about the webkit-unassigned mailing list