| Index: third_party/WebKit/Source/devtools/front_end/resources/resourcesSidebar.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/resourcesSidebar.css b/third_party/WebKit/Source/devtools/front_end/resources/resourcesSidebar.css
|
| index ccebe240bcc16c9b5dde74be35ce8d9687c2a6ea..60783a01bebb2d8929340706cb126cd50bd90800 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/resourcesSidebar.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/resourcesSidebar.css
|
| @@ -26,6 +26,21 @@ li.storage-group-list-item::before {
|
| display: none;
|
| }
|
|
|
| +li.storage-group-list-item
|
| +.trailing-icons {
|
| + width: 14px;
|
| + height: 14px;
|
| + margin-left: 6px;
|
| +}
|
| +
|
| +li.storage-group-list-item
|
| +.trailing-icons
|
| +.sidebar-section-button {
|
| + position: relative;
|
| + top: -1px;
|
| + left: -8px;
|
| +}
|
| +
|
| .navigator-tree-item {
|
| margin: -3px -7px -3px -7px;
|
| }
|
|
|