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

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

Issue 1312033008: 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
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 714acb6a8c6b7c1864fc4ce163da70332f4d71c6..c04f21d2cfb873b53eea3da3c0012b0918385e53 100644
--- a/Source/devtools/front_end/elements/elementsPanel.css
+++ b/Source/devtools/front_end/elements/elementsPanel.css
@@ -49,20 +49,13 @@
}
#elements-crumbs {
- flex: 0 0 19px;
+ flex: 0 0 26px;
background-color: white;
border-top: 1px solid #ccc;
overflow: hidden;
- height: 19px;
width: 100%;
}
-.material #elements-crumbs {
- flex: auto;
- border: none;
- height: 26px;
-}
-
.metrics {
padding: 8px;
font-size: 10px;

Powered by Google App Engine
This is Rietveld 408576698