UNPKG

chrome-devtools-frontend

Version:
25 lines (20 loc) 672 B
/* * 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); /* stylelint-disable-line plugin/use_theme_colors */ /* See: crbug.com/1152736 for color variable migration. */ } 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); /* stylelint-disable-line plugin/use_theme_colors */ /* See: crbug.com/1152736 for color variable migration. */ } li.storage-group-list-item::before { display: none; }