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

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

Issue 1353473004: Revert of Devtools UI: Upgrade breadcrumbs to material design UI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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') | no next file » | 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 c04f21d2cfb873b53eea3da3c0012b0918385e53..714acb6a8c6b7c1864fc4ce163da70332f4d71c6 100644
--- a/Source/devtools/front_end/elements/elementsPanel.css
+++ b/Source/devtools/front_end/elements/elementsPanel.css
@@ -49,11 +49,18 @@
}
#elements-crumbs {
- flex: 0 0 26px;
+ flex: 0 0 19px;
background-color: white;
border-top: 1px solid #ccc;
overflow: hidden;
+ height: 19px;
width: 100%;
+}
+
+.material #elements-crumbs {
+ flex: auto;
+ border: none;
+ height: 26px;
}
.metrics {
« no previous file with comments | « Source/devtools/front_end/elements/breadcrumbs.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698