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

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

Issue 1158133004: Devtools UX: Add elements toolbar with breadcrumbs (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « Source/devtools/front_end/elements/breadcrumbs.css ('k') | Source/devtools/front_end/settings/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/elements/elementsPanel.css
diff --git a/Source/devtools/front_end/elements/elementsPanel.css b/Source/devtools/front_end/elements/elementsPanel.css
index 5de02d1166923f3de206fc95a7f40369b4714abd..0bc406b3c7a70c3a6c3c9c6b7a7d7d30ea1b3c8f 100644
--- a/Source/devtools/front_end/elements/elementsPanel.css
+++ b/Source/devtools/front_end/elements/elementsPanel.css
@@ -43,6 +43,11 @@
overflow-x: hidden;
}
+.elements-topbar {
+ border-bottom: 1px solid hsla(0, 0%, 0%, 0.1);
+ flex-shrink: 0;
+}
+
#elements-crumbs {
flex: 0 0 19px;
background-color: white;
@@ -52,6 +57,12 @@
width: 100%;
}
+.material #elements-crumbs {
+ flex: 1 0 28px;
+ border: none;
+ height: 100%;
+}
+
.metrics {
padding: 8px;
font-size: 10px;
« no previous file with comments | « Source/devtools/front_end/elements/breadcrumbs.css ('k') | Source/devtools/front_end/settings/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698