UNPKG

chrome-devtools-frontend

Version:
29 lines (23 loc) 552 B
/* * Copyright 2022 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. */ .empty-state { display: none; } .empty { .empty-state { display: flex; } devtools-split-view, .pretty-print-button, devtools-toolbar { display: none; } } .preloading-toolbar { background-color: var(--sys-color-cdt-base-container); border-bottom: 1px solid var(--sys-color-divider); button.toolbar-has-dropdown { margin: var(--sys-size-2) 0; } }