@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 2.53 kB
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 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.value.object-value-node:hover {\n background-color: var(--item-hover-color);\n}\n\n.object-value-function-prefix,\n.object-value-boolean {\n color: var(--color-syntax-3);\n}\n\n.object-value-function {\n font-style: italic;\n}\n\n.object-value-function.linkified:hover {\n --override-linkified-hover-background: rgb(0 0 0 / 10%);\n\n background-color: var(--override-linkified-hover-background);\n cursor: pointer;\n}\n\n.-theme-with-dark-background .object-value-function.linkified:hover,\n:host-context(.-theme-with-dark-background) .object-value-function.linkified:hover {\n --override-linkified-hover-background: rgb(230 230 230 / 10%);\n}\n\n.object-value-number {\n color: var(--color-syntax-3);\n}\n\n.object-value-bigint {\n color: var(--color-syntax-6);\n}\n\n.object-value-string,\n.object-value-regexp,\n.object-value-symbol {\n white-space: pre;\n unicode-bidi: -webkit-isolate;\n color: var(--color-syntax-1);\n}\n\n.object-value-node {\n position: relative;\n vertical-align: baseline;\n color: var(--color-syntax-7);\n white-space: nowrap;\n}\n\n.object-value-null,\n.object-value-undefined {\n color: var(--color-text-disabled);\n}\n\n.object-value-unavailable {\n color: var(--color-syntax-2);\n}\n\n.object-value-calculate-value-button:hover {\n text-decoration: underline;\n}\n\n.object-properties-section-custom-section {\n display: inline-flex;\n flex-direction: column;\n}\n\n.-theme-with-dark-background .object-value-number,\n:host-context(.-theme-with-dark-background) .object-value-number,\n.-theme-with-dark-background .object-value-boolean,\n:host-context(.-theme-with-dark-background) .object-value-boolean {\n --override-primitive-dark-mode-color: hsl(252deg 100% 75%);\n\n color: var(--override-primitive-dark-mode-color);\n}\n\n.object-properties-section .object-description {\n color: var(--color-text-secondary);\n}\n\n.value .object-properties-preview {\n white-space: nowrap;\n}\n\n.name {\n color: var(--color-syntax-2);\n flex-shrink: 0;\n}\n\n.object-properties-preview .name {\n color: var(--color-text-secondary);\n}\n\n@media (forced-colors: active) {\n .object-value-calculate-value-button:hover {\n forced-color-adjust: none;\n color: Highlight;\n }\n}\n\n/*# sourceURL=objectValue.css */\n");export default styles;