Skip to content

Commit

Permalink
Revert of DevTools: render element tree hover as a block. (patchset #1
Browse files Browse the repository at this point in the history
…id:1 of https://codereview.chromium.org/2404533002/ )

Reason for revert:
This broke elements panel hovering. crbug.com/654702

Original issue's description:
> DevTools: render element tree hover as a block.
>
> Committed: https://crrev.com/397f5d56c49c89fec520dbd37bd09880d5c68e42
> Cr-Commit-Position: refs/heads/master@{#424062}

[email protected],[email protected]
# Not skipping CQ checks because original CL landed more than 1 days ago.

Review-Url: https://codereview.chromium.org/2409293003
Cr-Commit-Position: refs/heads/master@{#424537}
  • Loading branch information
aslushnikov authored and Commit bot committed Oct 11, 2016
1 parent c4cd9eb commit d976c00
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions front_end/elements/elementsTreeOutline.css
Original file line number Diff line number Diff line change
Expand Up @@ -354,18 +354,7 @@ li.selected {
z-index: 0;
}


li.hovered:not(.always-parent) + ol.children::before {
background-color: rgba(56, 121, 217, 0.1);
content: "a";
position: absolute;
top: -1px;
bottom: 0;
left: -10000px;
right: 0;
}

.elements-tree-outline ol.shadow-root, li.selected:not(.always-parent) + ol.children {
li.hovered:not(.always-parent) + ol.children, .elements-tree-outline ol.shadow-root, li.selected:not(.always-parent) + ol.children {
margin-left: 5px;
-webkit-padding-start: 6px;
border-width: 1px;
Expand Down

0 comments on commit d976c00

Please sign in to comment.