| 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;
|
|
|