[Webkit-unassigned] [Bug 60302] Web Inspector: "expand" decoration is not aligned with the DOM element properly in the console.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 5 14:38:28 PDT 2011


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com,
                   |                            |mitz at webkit.org




--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2011-05-05 14:38:28 PST ---
I bisected it roughly to the r81746 (https://bugs.webkit.org/show_bug.cgi?id=56892). Here is the style that renders the expand symbol:

.outline-disclosure li.parent::before {
  content: url(Images/treeRightTriangleBlack.png);
  float: left;
  width: 8px;
  height: 8px;
  margin-top: 1px;
  padding-right: 2px;
}

So this is float: left within the ::before pseudo element.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list