UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 2.14 kB
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2018 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.close-button {\n position: absolute;\n top: 3px;\n left: 0;\n}\n\n.console-pins {\n max-height: 200px;\n overflow-y: auto;\n background: var(--sys-color-cdt-base-container);\n\n --override-error-background-color: rgb(255 240 240);\n --override-error-border-color: rgb(225 214 214);\n --override-error-text-color: rgb(255 0 0);\n}\n\n.console-pins:not(:empty) {\n border-bottom: 1px solid var(--sys-color-divider);\n}\n\n.-theme-with-dark-background .console-pins,\n:host-context(.-theme-with-dark-background) .console-pins {\n --override-error-background-color: rgb(41 0 0);\n --override-error-border-color: rgb(92 0 0);\n --override-error-text-color: rgb(255 128 128);\n}\n\n.console-pin {\n position: relative;\n user-select: text;\n flex: none;\n padding: 2px 0 6px 24px;\n}\n\n.console-pin:not(:last-child) {\n border-bottom: 1px solid var(--color-background-elevation-2);\n}\n\n.console-pin.error-level:not(:focus-within) {\n background-color: var(--override-error-background-color);\n color: var(--override-error-text-color);\n}\n\n.console-pin:not(:last-child).error-level:not(:focus-within) {\n border-top: 1px solid var(--override-error-border-color);\n border-bottom: 1px solid var(--override-error-border-color);\n margin-top: -1px;\n}\n\n.console-pin-name {\n margin-left: -4px;\n margin-bottom: 1px;\n height: auto;\n}\n\n.console-pin-name,\n.console-pin-preview {\n width: 100%;\n text-overflow: ellipsis;\n white-space: nowrap;\n min-height: 13px;\n}\n\n.console-pin-preview {\n overflow: hidden;\n}\n\n.console-pin-name:focus-within {\n background: var(--sys-color-cdt-base-container);\n border-radius: 4px;\n box-shadow: var(--legacy-focus-ring-active-shadow) inset;\n}\n\n.console-pin:focus-within .console-pin-preview,\n.console-pin-name:not(:focus-within):not(:hover) {\n opacity: 60%;\n}\n\n/*# sourceURL=consolePinPane.css */\n");export default styles;