Chromium Code Reviews| 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 { |