| Index: third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css b/third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css
|
| index 1ca0dd42158c2aa807c3001094df712f51e612db..9e9e5041cc7929e60e6dc398b8d855551b2ba869 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css
|
| @@ -234,6 +234,14 @@
|
| z-index: -1;
|
| }
|
|
|
| +.-theme-with-dark-background .cm-line-with-selection .cm-column-with-selection.cm-search-highlight:before {
|
| + background-color: hsl(133, 100%, 30%);
|
| +}
|
| +
|
| +.-theme-with-dark-background.cm-line-with-selection .cm-search-highlight {
|
| + color: #333;
|
| +}
|
| +
|
| .CodeMirror .text-editor-line-decoration {
|
| position: absolute;
|
| }
|
|
|