UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 3.36 kB
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.object-properties-section-dimmed {\n opacity: 60%;\n}\n\n.object-properties-section {\n padding: 0;\n color: var(--color-text-primary);\n display: flex;\n flex-direction: column;\n}\n\n.object-properties-section li {\n user-select: text;\n}\n\n.object-properties-section li::before {\n top: -1px;\n margin-right: 2px;\n}\n\n.object-properties-section li.editing-sub-part {\n padding: 3px 12px 8px 6px;\n margin: -1px -6px -8px;\n text-overflow: clip;\n}\n\n.object-properties-section li.editing {\n margin-left: 10px;\n text-overflow: clip;\n}\n\n.tree-outline ol.title-less-mode {\n padding-left: 0;\n}\n\n.object-properties-section .own-property {\n font-weight: bold;\n}\n\n.object-properties-section .synthetic-property {\n color: var(--color-text-secondary);\n}\n\n.object-properties-section .private-property-hash {\n color: var(--color-text-primary);\n}\n\n.object-properties-section-root-element {\n display: flex;\n flex-direction: row;\n}\n\n.object-properties-section .editable-div {\n overflow: hidden;\n}\n\n.object-properties-section [data-webidl="true"] > .name-and-value > .adorner {\n flex-shrink: 0;\n width: 16px;\n height: 16px;\n margin-right: 2px;\n}\n\n.object-properties-section [data-webidl="true"] > .name-and-value > .name {\n font-weight: bold;\n}\n\n.name-and-value {\n overflow: hidden;\n line-height: 16px;\n display: flex;\n white-space: nowrap;\n}\n\n.name-and-value .separator {\n white-space: pre;\n flex-shrink: 0;\n}\n\n.editing-sub-part .name-and-value {\n overflow: visible;\n display: inline-flex;\n}\n\n.property-prompt {\n margin-left: 4px;\n}\n\n.tree-outline.hide-selection-when-blurred .selected:focus-visible {\n background: none;\n}\n\n.tree-outline.hide-selection-when-blurred .selected:focus-visible ::slotted(*),\n.tree-outline.hide-selection-when-blurred .selected:focus-visible .tree-element-title,\n.tree-outline.hide-selection-when-blurred .selected:focus-visible .name-and-value,\n.tree-outline.hide-selection-when-blurred .selected:focus-visible .gray-info-message {\n background: var(--legacy-focus-bg-color);\n border-radius: 2px;\n box-shadow: 0 0 0 2px var(--legacy-focus-bg-color);\n}\n\n@media (forced-colors: active) {\n .object-properties-section-dimmed {\n opacity: 100%;\n }\n\n .tree-outline.hide-selection-when-blurred .selected:focus-visible {\n background: Highlight;\n }\n\n .tree-outline li:hover .tree-element-title,\n .tree-outline li.selected .tree-element-title {\n color: ButtonText;\n }\n\n .tree-outline.hide-selection-when-blurred .selected:focus-visible .tree-element-title,\n .tree-outline.hide-selection-when-blurred .selected:focus-visible .name-and-value {\n background: transparent;\n box-shadow: none;\n }\n\n .tree-outline.hide-selection-when-blurred .selected:focus-visible span,\n .tree-outline.hide-selection-when-blurred .selected:focus-visible .gray-info-message {\n color: HighlightText;\n }\n\n .tree-outline-disclosure:hover li.parent::before {\n background-color: ButtonText;\n }\n}\n\n/*# sourceURL=objectPropertiesSection.css */\n');export default styles;