| 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;
|
| }
|
|
|