UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 1.48 kB
const styles=new CSSStyleSheet;styles.replaceSync("/**\n * Copyright 2019 The Chromium Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style license that can be\n * found in the LICENSE file.\n */\n\n.overview-sidebar-panel {\n overflow: auto;\n display: flex;\n background: var(--sys-color-cdt-base-container);\n}\n\n.overview-sidebar-panel-item {\n height: 30px;\n padding-left: 30px;\n display: flex;\n align-items: center;\n color: var(--color-text-primary);\n white-space: nowrap;\n}\n\n.overview-sidebar-panel-container {\n min-width: fit-content;\n}\n\n.overview-sidebar-panel-item:hover,\n.overview-sidebar-panel-item:focus {\n background: var(--color-background-highlight);\n}\n\n.overview-sidebar-panel-item.selected {\n background: var(--color-primary-old);\n color: var(--color-background);\n}\n\n.overview-toolbar {\n border-bottom: 1px solid var(--sys-color-divider);\n flex: 0 0 auto;\n}\n\n.overview-sidebar-panel-item:focus-visible {\n outline-width: unset;\n}\n\n@media (forced-colors: active) {\n .overview-sidebar-panel-item.selected {\n forced-color-adjust: none; /* crbug.com/1166705 workaround */\n background: Highlight;\n color: HighlightText;\n }\n\n .overview-sidebar-panel-item:hover {\n forced-color-adjust: none; /* crbug.com/1166705 workaround */\n background: Highlight;\n color: HighlightText;\n }\n}\n\n/*# sourceURL=cssOverviewSidebarPanel.css */\n");export default styles;