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

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css

Issue 2715663005: [DevTools] Add header for OOPIF's elements trees. (Closed)
Patch Set: 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/elements/elementsPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
index 7d6a78c16f368e9c383ae31078121e81677adce6..f017c90bf8aec79c06ddfb876717ab1b2d15bb5e 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
@@ -520,3 +520,18 @@
.styles-pane:not(.is-editing-style) .styles-section.matched-styles:not(.read-only):hover .sidebar-pane-section-toolbar {
visibility: visible;
}
+
+.elements-tree-header {
+ height: 24px;
+ border-top: 1px solid #eee;
+ border-bottom: 1px solid #eee;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+}
+
+.elements-tree-header-frame {
+ margin-left: 6px;
+ margin-right: 6px;
+ flex: none;
+}

Powered by Google App Engine
This is Rietveld 408576698