| /* | |
| * Copyright 2019 The Chromium Authors. All rights reserved. | |
| * Use of this source code is governed by a BSD-style license that can be | |
| * found in the LICENSE file. | |
| */ | |
| .tree-outline { | |
| padding-left: 0; | |
| color: rgb(90, 90, 90); | |
| } | |
| li.storage-group-list-item { | |
| padding: 10px 8px 6px 8px; | |
| } | |
| li.storage-group-list-item:not(:first-child) { | |
| border-top: 1px solid rgb(230, 230, 230); | |
| } | |
| li.storage-group-list-item::before { | |
| display: none; | |
| } |