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

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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f395cff002a70e35feaf4b4431cf91be099b384a..35718b5fcdb1b6f029cc02ebbaf37c31ae9983a7 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;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698