UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 3.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/* Tree outline overrides */\n\n:host {\n padding: 0;\n}\n\nol.tree-outline {\n overflow: auto;\n flex: auto;\n padding: 0;\n margin: 0;\n}\n\n.tree-outline li {\n height: 36px;\n padding-right: 5px;\n margin-top: 1px;\n line-height: 34px;\n border-top: 1px solid transparent;\n}\n\n.tree-outline li:not(.parent)::before {\n display: none;\n}\n\n:host-context(.some-expandable) .tree-outline li:not(.parent) {\n margin-left: 10px;\n}\n\n.tree-outline li.profiles-tree-section {\n height: 18px;\n padding: 0 10px;\n white-space: nowrap;\n margin-top: 1px;\n color: var(--color-text-secondary);\n text-shadow: var(--color-background-opacity-80) 0 1px 0;\n line-height: 18px;\n}\n\n.tree-outline li.profiles-tree-section::before {\n display: none;\n}\n\n.tree-outline ol {\n overflow: hidden;\n}\n/* Generic items styling */\n\n.title-container > .save-link {\n text-decoration: underline;\n margin-left: auto;\n display: none;\n}\n\n.title-container > .save-link:focus-visible {\n outline-width: unset;\n}\n\nli.selected .title-container > .save-link {\n display: block;\n cursor: pointer;\n}\n\nli .icon {\n width: 20px;\n height: 20px;\n margin-top: 1px;\n margin-right: 3px;\n flex: none;\n}\n\n.tree-outline > .icon {\n margin-left: 16px;\n}\n\nli.wait .spinner::before {\n --dimension: 20px;\n\n margin: 0;\n}\n\nli.wait.small .spinner::before {\n --dimension: 14px;\n --clip-size: 9px;\n --override-spinner-size: 2px;\n\n margin: 1px;\n}\n\nli.wait.selected .spinner::before {\n --override-spinner-color: #fff;\n}\n\n@keyframes spinner-animation {\n from { transform: rotate(0); }\n to { transform: rotate(360deg); }\n}\n\nli.small {\n height: 20px;\n}\n\nli .titles {\n display: flex;\n flex-direction: column;\n top: 5px;\n line-height: 12px;\n padding-bottom: 1px;\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n flex: auto;\n}\n\nli .titles > .title-container {\n display: flex;\n}\n\nli.small .titles {\n top: 2px;\n line-height: normal;\n}\n\nli:not(.small) .title::after {\n content: "\\A";\n white-space: pre;\n}\n\nli .subtitle {\n font-size: 80%;\n}\n\nli.small .subtitle {\n display: none;\n}\n/* Launcher */\n\n.profile-launcher-view-tree-item {\n margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */\n}\n\n.profile-launcher-view-tree-item > .icon {\n width: 8px !important; /* stylelint-disable-line declaration-no-important */\n visibility: hidden;\n}\n/* Heap profiles and CPU profiles */\n.heap-snapshot-sidebar-tree-item .icon,\n.profile-sidebar-tree-item .icon {\n -webkit-mask-image: var(--image-file-heap-snapshot);\n background: var(--icon-default);\n}\n\n.profile-group-sidebar-tree-item .icon {\n -webkit-mask-image: var(--image-file-heap-snapshots);\n background: var(--icon-default);\n}\n\nli.small .icon {\n width: 16px;\n height: 16px;\n}\n\nli.wait .icon {\n content: none;\n}\n\n.heap-snapshot-sidebar-tree-item.wait .icon {\n -webkit-mask-image: unset;\n background-color: inherit;\n}\n\n.heap-snapshot-sidebar-tree-item.small .icon {\n -webkit-mask-image: var(--image-file-heap-snapshots);\n background: var(--icon-default);\n}\n\n.profile-sidebar-tree-item.small .icon {\n -webkit-mask-image: var(--image-file-heap-snapshots);\n background: var(--icon-default);\n}\n\n@media (forced-colors: active) {\n .tree-outline li,\n .tree-outline li.profiles-tree-section,\n .tree-outline li:hover .tree-element-title {\n forced-color-adjust: none;\n color: ButtonText;\n text-shadow: unset;\n }\n\n .tree-outline:not(.hide-selection-when-blurred) li.selected {\n color: HighlightText;\n }\n}\n\n/*# sourceURL=profilesSidebarTree.css */\n');export default styles;