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

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

Issue 1179183002: DevTools: border and toolbar colors from Max's mocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review comments addressed. 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 c6a0be0ab66fbf408904f97a24ab6d4b96160f3b..5daafbef3d6948a5c065b6c895dce99dbf11326b 100644
--- a/Source/devtools/front_end/sidebarPane.css
+++ b/Source/devtools/front_end/sidebarPane.css
@@ -34,6 +34,10 @@
flex: none;
}
+.sidebar-pane-hidden {
+ display: none;
+}
+
.sidebar-pane .info {
text-align: center;
font-style: italic;
@@ -67,10 +71,6 @@
border-bottom: 1px solid #ddd;
}
-.sidebar-pane-title:first-child {
- border-top: none;
-}
-
.sidebar-pane-title::before {
background-image: url(Images/toolbarButtonGlyphs.png);
background-size: 352px 144px;
« no previous file with comments | « Source/devtools/front_end/components/inspectorViewTabbedPane.css ('k') | Source/devtools/front_end/sources/SourcesPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698