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

Unified Diff: Source/devtools/front_end/sidebarPane.css

Issue 1175253002: DevTools: move filter bar into the style toolbar (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
Index: Source/devtools/front_end/sidebarPane.css
diff --git a/Source/devtools/front_end/sidebarPane.css b/Source/devtools/front_end/sidebarPane.css
index 07b7d89d668f1e0af4eafc92fc57fb7692f61d97..6d816c8a997b03b2f9420439f5424f3e889b653d 100644
--- a/Source/devtools/front_end/sidebarPane.css
+++ b/Source/devtools/front_end/sidebarPane.css
@@ -98,7 +98,7 @@
}
.sidebar-pane > .toolbar {
- border-bottom: 1px solid #f1f1f1;
+ border-bottom: 1px solid #eee;
}
.sidebar-pane > .toolbar > * {

Powered by Google App Engine
This is Rietveld 408576698