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

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

Issue 2849973003: DevTools: remove continue to location from behind experiment. (Closed)
Patch Set: same? Created 3 years, 8 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/sources/JavaScriptSourceFrame.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/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 f1a8984b07b60394675ed86e3b4dd4f25f44d8b0..cdf3bdb6db8221b8aa028a4e0c2296c719f33ad1 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
@@ -51,6 +51,7 @@
border: 1px solid rgb(121, 141, 254);
background-color: rgb(171, 191, 254);
}
+
.CodeMirror .source-frame-continue-to-location-start {
border-left-width: 1px;
margin-left: -1px;
@@ -244,6 +245,10 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
.cm-execution-line,
.-theme-selection-color {
background-color: rgb(230, 236, 255);
+}
+
+.cm-execution-line-outline,
+.-theme-selection-color {
outline: 1px solid rgb(64, 115, 244);
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698