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

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

Issue 2703143002: [DevTools] Prepare to move Popover to shadow DOM. (Closed)
Patch Set: fix Created 3 years, 10 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 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;

Powered by Google App Engine
This is Rietveld 408576698