| 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 6d76f003d3a3b9436274d02451aad4d2e4bfd808..73c39fff3eab42f73e4b092d8d1de3ac9b89f463 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
|
| @@ -368,27 +368,6 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
| opacity: 0.5;
|
| }
|
|
|
| -.text-editor-messages-description-container {
|
| - display: inline-block;
|
| -}
|
| -
|
| -.text-editor-row-message:first-child {
|
| - border-top-width: 0;
|
| -}
|
| -
|
| -.text-editor-row-message {
|
| - border-top: 1px solid rgb(215, 215, 215);
|
| - line-height: 1.2;
|
| - white-space: nowrap;
|
| - display: flex;
|
| - align-items: center;
|
| - justify-content: flex-start;
|
| -}
|
| -
|
| -.text-editor-row-message .message-repeat-count {
|
| - margin-right: 0.5em;
|
| -}
|
| -
|
| .CodeMirror .text-editor-line-decoration-icon {
|
| position: absolute;
|
| cursor: pointer;
|
|
|