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

Unified Diff: third_party/WebKit/Source/devtools/front_end/text_editor/cmdevtools.css

Issue 2710203003: [DevTools] show inlined shortcuts for go to location (Closed)
Patch Set: removed redundant lines Created 3 years, 10 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/text_editor/cmdevtools.css
diff --git a/third_party/WebKit/Source/devtools/front_end/text_editor/cmdevtools.css b/third_party/WebKit/Source/devtools/front_end/text_editor/cmdevtools.css
index 01a4f39abbf53f1c656fbfd78a251ac6355ee769..48e272a4f6353d2cf6a067f3ea2d39ccbde0af22 100644
--- a/third_party/WebKit/Source/devtools/front_end/text_editor/cmdevtools.css
+++ b/third_party/WebKit/Source/devtools/front_end/text_editor/cmdevtools.css
@@ -160,6 +160,11 @@
opacity: 0.5;
}
+.cm-continue-to-location {
+ cursor: pointer;
+ transform: scale(0.7);
+}
+
div.CodeMirror span.CodeMirror-matchingbracket {
background-color: rgba(0, 0, 0, 0.07);
border-bottom: 1px solid rgba(0, 0, 0, 0.5);

Powered by Google App Engine
This is Rietveld 408576698