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

Unified Diff: third_party/WebKit/Source/devtools/front_end/source_frame/messagesPopover.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/source_frame/messagesPopover.css
diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/messagesPopover.css b/third_party/WebKit/Source/devtools/front_end/source_frame/messagesPopover.css
new file mode 100644
index 0000000000000000000000000000000000000000..f083c465aeeef3eac85736c68739885f436ba9a9
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/source_frame/messagesPopover.css
@@ -0,0 +1,26 @@
+/*
+ * Copyright 2017 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+.text-editor-messages-description-container {
+ display: inline-block;
+}
+
+.text-editor-row-message:first-child {
+ border-top-width: 0;
+}
+
+.text-editor-row-message {
+ line-height: 1.2;
+ white-space: nowrap;
+ display: flex;
+ align-items: center;
+ justify-content: flex-start;
+ margin-top: 2px;
+}
+
+.text-editor-row-message-repeat-count {
+ margin-right: 0.5em;
+}

Powered by Google App Engine
This is Rietveld 408576698