UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 1.17 kB
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright (c) 2015 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.styles-sidebar-pane-toolbar {\n border-bottom: 1px solid var(--sys-color-divider);\n flex-shrink: 0;\n}\n\n.styles-sidebar-pane-filter-box {\n flex: auto;\n display: flex;\n\n & > input {\n border: solid 1px var(--sys-color-neutral-outline);\n border-radius: 4px;\n width: 100%;\n background: var(--sys-color-cdt-base-container);\n padding-left: 4px;\n margin: 3px;\n }\n\n & > input:focus,\n & > input:not(:placeholder-shown) {\n border-color: var(--sys-color-state-focus-ring);\n }\n\n & > input:hover:not(:focus) {\n background: var(--sys-color-state-hover-on-subtle);\n }\n\n & > input::placeholder {\n color: var(--color-text-secondary);\n }\n\n @media (forced-colors: active) {\n & > input {\n border: 1px solid ButtonText;\n }\n }\n}\n\n.styles-sidebar-computed-style-widget {\n min-height: auto;\n}\n\n/*# sourceURL=computedStyleSidebarPane.css */\n");export default styles;