UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 5.96 kB
const styles=new CSSStyleSheet;styles.replaceSync('/*\n * Copyright 2016 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.tree-outline {\n padding: 0;\n}\n\n.tree-outline li.not-parsed-ok {\n margin-left: 0;\n}\n\n.tree-outline li.filter-match {\n background-color: var(--color-match-highlight);\n}\n\n.tree-outline li.not-parsed-ok .exclamation-mark {\n display: inline-block;\n position: relative;\n width: 11px;\n height: 10px;\n margin: 0 7px 0 0;\n top: 1px;\n left: -36px; /* outdent to compensate for the top-level property indent */\n user-select: none;\n cursor: default;\n z-index: 1;\n}\n\n.tree-outline li {\n margin-left: 12px;\n padding-left: 22px;\n white-space: normal;\n text-overflow: ellipsis;\n cursor: auto;\n display: block;\n}\n\n.tree-outline li::before {\n display: none;\n}\n\n.has-ignorable-error .webkit-css-property {\n color: inherit;\n}\n\n.tree-outline li .webkit-css-property {\n margin-left: -22px; /* outdent the first line of longhand properties (in an expanded shorthand) to compensate for the "padding-left" shift in .tree-outline li */\n}\n\n.tree-outline > li {\n padding-left: 38px;\n clear: both;\n min-height: 14px;\n}\n\n.tree-outline > li .webkit-css-property {\n margin-left: -38px; /* outdent the first line of the top-level properties to compensate for the "padding-left" shift in .tree-outline > li */\n}\n\n.tree-outline > li.child-editing {\n padding-left: 8px;\n}\n\n.tree-outline > li.child-editing .text-prompt {\n white-space: pre-wrap;\n}\n\n.tree-outline > li.child-editing .webkit-css-property {\n margin-left: 0;\n}\n\n.tree-outline li.child-editing {\n word-wrap: break-word !important; /* stylelint-disable-line declaration-no-important */\n white-space: normal !important; /* stylelint-disable-line declaration-no-important */\n padding-left: 0;\n}\n\nol:not(.tree-outline) {\n display: none;\n margin: 0;\n padding-inline-start: 12px;\n list-style: none;\n}\n\nol.expanded {\n display: block;\n}\n\n.tree-outline li .info {\n padding-top: 4px;\n padding-bottom: 3px;\n}\n\n.enabled-button {\n visibility: hidden;\n float: left;\n font-size: 10px;\n margin: 0;\n vertical-align: top;\n position: relative;\n z-index: 1;\n width: 18px;\n left: -40px; /* original -2px + (-38px) to compensate for the first line outdent */\n top: 1px;\n height: 13px;\n}\n\n.tree-outline li.editing .enabled-button {\n display: none !important; /* stylelint-disable-line declaration-no-important */\n}\n\n.overloaded:not(.has-ignorable-error, .invalid-property-value),\n.inactive:not(.invalid-property-value),\n.disabled,\n.not-parsed-ok:not(.has-ignorable-error, .invalid-property-value) {\n text-decoration: line-through;\n}\n\n.not-parsed-ok.invalid-property-value .value {\n text-decoration: line-through;\n}\n\n.implicit,\n.inherited,\n.inactive-property {\n opacity: 50%;\n}\n\n.changed {\n background-color: var(--color-accent-green-background);\n}\n\n.changed::after {\n content: "";\n position: absolute;\n left: -4px;\n top: 0;\n width: 2px;\n height: 100%;\n background-color: var(--color-accent-green);\n}\n\n.copy {\n display: none;\n}\n\n.changed:hover .copy {\n position: absolute;\n right: -4px;\n top: 0;\n bottom: 0;\n margin: auto;\n display: inline-block;\n cursor: pointer;\n transform: scale(0.9);\n}\n\n.hint-wrapper {\n align-items: center;\n display: inline-block;\n margin-left: 3px;\n max-height: 13px;\n max-width: 13px;\n vertical-align: middle;\n}\n\n.hint {\n cursor: pointer;\n display: block;\n position: relative;\n left: -1.5px;\n top: -1.5px;\n}\n\n.has-ignorable-error {\n color: var(--color-text-disabled);\n}\n\n.tree-outline li.editing {\n margin-left: 10px;\n text-overflow: clip;\n}\n\n.tree-outline li.editing-sub-part {\n padding: 3px 6px 8px 18px;\n margin: -1px -6px -8px;\n text-overflow: clip;\n}\n\n:host-context(.no-affect) .tree-outline li {\n opacity: 50%;\n}\n\n:host-context(.no-affect) .tree-outline li.editing {\n opacity: 100%;\n}\n\n:host-context(.styles-panel-hovered:not(.read-only)) .webkit-css-property:hover,\n:host-context(.styles-panel-hovered:not(.read-only)) .value:hover {\n text-decoration: underline;\n cursor: default;\n}\n\n.styles-name-value-separator {\n display: inline-block;\n width: 14px;\n text-decoration: inherit;\n white-space: pre;\n}\n\n.styles-clipboard-only {\n display: inline-block;\n width: 0;\n opacity: 0%;\n pointer-events: none;\n white-space: pre;\n}\n\n.styles-pane-button {\n width: 15px;\n height: 15px;\n padding: 0;\n border: 0;\n margin: 0 0 0 6px;\n position: absolute;\n top: -1px;\n background-color: var(--color-background-elevation-2);\n border-radius: 3px;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n}\n\n.tree-outline li.child-editing .styles-clipboard-only {\n display: none;\n}\n/* Matched styles */\n\n:host-context(.matched-styles) .tree-outline li {\n margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */\n}\n\n.expand-icon {\n user-select: none;\n margin-left: -6px;\n margin-right: 2px;\n margin-bottom: -4px;\n}\n\n.tree-outline li:not(.parent) .expand-icon {\n display: none;\n}\n\n:host-context(.matched-styles:not(.read-only):hover) .enabled-button {\n visibility: visible;\n}\n\n:host-context(.matched-styles:not(.read-only)) .tree-outline li.disabled .enabled-button {\n visibility: visible;\n}\n\n:host-context(.matched-styles) ol.expanded {\n margin-left: 16px;\n}\n\n.devtools-link-styled-trim {\n display: inline-block;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n max-width: 80%;\n vertical-align: bottom;\n}\n\ndevtools-css-angle,\ndevtools-css-length {\n display: inline-block;\n}\n\n/*# sourceURL=stylesSectionTree.css */\n');export default styles;