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

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

Issue 2865573003: DevTools: support live coverage (Closed)
Patch Set: minor polish on corner cases Created 3 years, 7 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/InplaceFormatterEditorAction.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 cdf3bdb6db8221b8aa028a4e0c2296c719f33ad1..e3d0183c930e5032b93c5fdc348fc7deb9fe94da 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
@@ -364,8 +364,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
content: " ";
}
-.CodeMirror .text-editor-coverage-used-marker,
-.CodeMirror .text-editor-coverage-mixed-marker {
+.CodeMirror .text-editor-coverage-used-marker {
text-align: right;
padding-right: 2px;
background-color: #81C784;
@@ -375,10 +374,6 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
content: " ";
}
-.CodeMirror .text-editor-coverage-mixed-marker::after {
- content: " ";
-}
-
.CodeMirror .text-editor-line-decoration {
position: absolute;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/InplaceFormatterEditorAction.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698