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

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

Issue 1176343002: DevTools: make toolbar button click targets square (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 6d816c8a997b03b2f9420439f5424f3e889b653d..55965e9c806a543070f75902a43ebcd48deabd28 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;
@@ -68,7 +72,7 @@
}
.sidebar-pane-title:first-child {
- border-top: none;
+ /* border-top: none; */
dgozman 2015/06/11 16:14:12 commented css
pfeldman 2015/06/11 16:38:06 Done.
}
.sidebar-pane-title::before {

Powered by Google App Engine
This is Rietveld 408576698