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

Unified Diff: Source/devtools/front_end/inspectorStyle.css

Issue 658303002: DevTools: Fix soft context menu font after r183724 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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: Source/devtools/front_end/inspectorStyle.css
diff --git a/Source/devtools/front_end/inspectorStyle.css b/Source/devtools/front_end/inspectorStyle.css
index 1a9a48ed755eb0687b408d3e2c78a7011e3b6214..22e2db140c0915cbf731c7e47aaff095968c1e98 100644
--- a/Source/devtools/front_end/inspectorStyle.css
+++ b/Source/devtools/front_end/inspectorStyle.css
@@ -2212,6 +2212,7 @@ body.inactive .sidebar-tree-item.selected {
padding: 2px 7px 2px 6px;
margin: 0 13px 0 0;
white-space: nowrap;
+ cursor: default;
}
.soft-context-menu-separator {

Powered by Google App Engine
This is Rietveld 408576698