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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/softContextMenu.css

Issue 1563113002: DevTools: add a navigator menu with grouping options. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/ui/softContextMenu.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/softContextMenu.css b/third_party/WebKit/Source/devtools/front_end/ui/softContextMenu.css
index 558a3f0fa67da2abc62c6354d4439a160535b0dc..36740cb436e5d5a0a9ff8dceab2559f6d07129f3 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/softContextMenu.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/softContextMenu.css
@@ -29,6 +29,11 @@
white-space: nowrap;
}
+.soft-context-menu-disabled {
+ color: #999;
+ pointer-events: none;
+}
+
.soft-context-menu-separator {
height: 10px;
margin: 0 1px;

Powered by Google App Engine
This is Rietveld 408576698