@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 4.45 kB
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync('/*\n * Copyright 2017 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.ax-breadcrumbs-ignored-node {\n font-style: italic;\n opacity: 70%;\n}\n\n.ax-breadcrumbs {\n padding-top: 1px;\n margin: 0;\n position: relative;\n}\n\n.ax-breadcrumbs .ax-node {\n align-items: center;\n margin-top: 1px;\n min-height: 16px;\n overflow-x: hidden;\n padding-left: 4px;\n padding-right: 4px;\n padding-top: 1px;\n position: relative;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.ax-breadcrumbs .ax-node span {\n flex-shrink: 0;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.ax-breadcrumbs .ax-node .wrapper {\n padding-left: 12px;\n overflow-x: hidden;\n}\n\n.ax-breadcrumbs .ax-node::before {\n -webkit-mask-image: var(--image-file-chevron-right);\n -webkit-mask-repeat: no-repeat;\n background-color: var(--icon-default);\n transform: scale(0.7);\n content: "";\n text-shadow: none;\n margin-left: -4px;\n margin-top: -2px;\n height: 16px;\n width: 16px;\n position: absolute;\n display: inline-block;\n}\n\n.ax-breadcrumbs .ax-node:not(.parent):not(.children-unloaded)::before {\n background-color: transparent;\n}\n\n.ax-breadcrumbs .ax-node.parent::before {\n -webkit-mask-image: var(--image-file-chevron-down);\n}\n\n.ax-breadcrumbs .ax-node.no-dom-node {\n opacity: 70%;\n}\n\n.ax-breadcrumbs .ax-node.children-unloaded::before {\n -webkit-mask-position: 0 1px;\n width: 13px;\n opacity: 40%;\n}\n\n.ax-breadcrumbs .ax-node .selection {\n display: none;\n z-index: -1;\n}\n\n.ax-breadcrumbs .ax-node.inspected .selection {\n display: block;\n background-color: var(--color-background-elevation-2);\n}\n\n.ax-breadcrumbs .ax-node.inspected:focus .selection {\n background-color: var(--legacy-selection-bg-color);\n}\n\n.ax-breadcrumbs .ax-node.parent.inspected:focus::before {\n background-color: var(--sys-color-cdt-base-container);\n}\n\n.ax-breadcrumbs .ax-node.inspected:focus {\n background-color: var(--color-primary-old);\n color: var(--color-background);\n}\n\n.ax-breadcrumbs .ax-node:not(.inspected):hover {\n background-color: var(--color-background-elevation-1);\n}\n\n.ax-breadcrumbs .ax-node:not(.inspected):focus {\n background-color: var(--color-background-elevation-2);\n}\n\n.ax-breadcrumbs .ax-node.inspected:focus * {\n color: inherit;\n}\n\n.ax-breadcrumbs .ax-node.preselected:not(.inspected) .selection,\n.ax-breadcrumbs .ax-node.hovered:not(.inspected) .selection {\n display: block;\n left: 2px;\n right: 2px;\n background-color: var(--item-hover-color);\n border-radius: 5px;\n}\n\n.ax-breadcrumbs .ax-node.preselected:not(.inspected):focus .selection {\n border: 1px solid var(--color-primary-variant);\n}\n\n@media (forced-colors: active) {\n .ax-value-source-unused,\n .ax-breadcrumbs .ax-node.children-unloaded::before {\n opacity: 100%;\n }\n\n .ax-breadcrumbs .ax-node.parent::before,\n .ax-breadcrumbs .ax-node.children-unloaded::before {\n forced-color-adjust: none;\n background-color: ButtonText;\n }\n\n .ax-breadcrumbs .ax-node.parent.inspected::before,\n .ax-breadcrumbs .ax-node.parent.inspected:focus::before {\n background-color: HighlightText;\n }\n\n .ax-breadcrumbs .ax-node.inspected .selection {\n forced-color-adjust: none;\n background: Highlight !important; /* stylelint-disable-line declaration-no-important */\n }\n\n .ax-breadcrumbs .ax-node.inspected .wrapper {\n forced-color-adjust: none;\n color: HighlightText;\n }\n\n .ax-breadcrumbs .ax-node.preselected:not(.inspected) .selection,\n .ax-breadcrumbs .ax-node.hovered:not(.inspected) .selection,\n .ax-breadcrumbs .ax-node.hovered:not(.inspected) .wrapper,\n .ax-breadcrumbs .ax-node:focus-visible:not(.inspected) .wrapper {\n forced-color-adjust: none;\n background-color: Highlight;\n color: HighlightText;\n border-radius: 0;\n }\n\n .ax-breadcrumbs .ax-node.parent.hovered:not(.inspected)::before,\n .ax-breadcrumbs .ax-node.parent:focus-visible:not(.inspected)::before,\n .ax-breadcrumbs .ax-node.children-unloaded:focus-visible:not(.inspected)::before,\n .ax-breadcrumbs .ax-node.hovered:not(.inspected).children-unloaded::before {\n background-color: HighlightText;\n }\n}\n\n/*# sourceURL=axBreadcrumbs.css */\n');export default styles;