Commit 38159707 authored by Joel Einbinder's avatar Joel Einbinder Committed by Commit Bot

DevTools: Don't have hover state for non-highlightable nodes

We don't highlight dom nodes when they are part of an object preview,
so it was misleading to have a blue hover effect on them.

Bug: none
Change-Id: I4254032016b749208f27654f7ddefdecf6937bd6
Reviewed-on: https://chromium-review.googlesource.com/740673Reviewed-by: default avatarErik Luo <luoe@chromium.org>
Reviewed-by: default avatarPavel Feldman <pfeldman@chromium.org>
Commit-Queue: Joel Einbinder <einbinder@chromium.org>
Cr-Commit-Position: refs/heads/master@{#512631}
parent b9ef869c
......@@ -19,7 +19,7 @@
display: flex !important;
}
.object-value-node:hover {
.value.object-value-node:hover {
background-color: rgba(56, 121, 217, 0.1);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment