Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(767)

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css

Issue 2153263002: DevTools: [SSP] simplify Control-Click functionality (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ssp
Patch Set: rebaseline Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
index 3064234e715fde2d76b41eda069c7f71e92bc3c8..a6522897cc76effbe509120be82297f678ca01df 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
@@ -632,11 +632,10 @@
right: 0;
}
-.styles-section:not(.read-only) .style-properties .webkit-css-property.styles-panel-hovered,
-.styles-section:not(.read-only) .style-properties .value .styles-panel-hovered,
-.styles-section:not(.read-only) .style-properties .value.styles-panel-hovered,
-.styles-section:not(.read-only) span.simple-selector.styles-panel-hovered,
-.styles-section:not(.read-only) .media-text.styles-panel-hovered {
+.styles-section.styles-panel-hovered:not(.read-only) .style-properties .webkit-css-property:hover,
+.styles-section.styles-panel-hovered:not(.read-only) .style-properties .value:hover,
+.styles-section.styles-panel-hovered:not(.read-only) span.simple-selector:hover,
+.styles-section.styles-panel-hovered:not(.read-only) .media-text :hover{
text-decoration: underline;
cursor: default;
}

Powered by Google App Engine
This is Rietveld 408576698