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

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

Issue 2763183002: DevTools: remove nesting depth tracking from coverage (Closed)
Patch Set: DevTools: remove nesting depth tracking from coverage Created 3 years, 9 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 869ecc96ba9a04ba31698aa325c44db8c2f5d480..e3632a850d240d459ed0ced797659173e7e114ff 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
@@ -346,6 +346,18 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
content: " ";
}
+.CodeMirror .text-editor-coverage-mixed-marker {
+ text-align: right;
+ padding-right: 2px;
+ background-repeat: repeat;
+ background-size: 5px 5px;
+ background-image: linear-gradient(0, #81C784 0px, #81C784 2.5px, #E57373 2.5px, #E57373 5px);
+}
+
+.CodeMirror .text-editor-coverage-mixed-marker::after {
+ content: " ";
+}
+
.CodeMirror .text-editor-line-decoration {
position: absolute;
}

Powered by Google App Engine
This is Rietveld 408576698