UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 2.53 kB
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2021 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:host {\n position: relative;\n overflow: hidden;\n flex: auto;\n text-overflow: ellipsis;\n}\n\n.computed-style-property {\n --goto-size: 16px;\n\n font-family: var(--monospace-font-family);\n font-size: var(--monospace-font-size);\n min-height: 16px;\n box-sizing: border-box;\n padding-top: 2px;\n white-space: nowrap;\n user-select: text;\n}\n\n.computed-style-property:hover {\n background-color: var(--legacy-focus-bg-color);\n cursor: text;\n}\n\n.computed-style-property.inherited {\n opacity: 50%;\n}\n\n.property-name,\n.property-value {\n display: contents;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.property-name {\n width: 16em;\n max-width: 52%;\n margin-right: calc(var(--goto-size) / 2);\n display: inline-block;\n vertical-align: text-top;\n color: var(--webkit-css-property-color, var(--sys-color-token-property-special)); /* stylelint-disable-line plugin/use_theme_colors */ /* See: crbug.com/1152736 for color variable migration. */\n}\n\n.property-value {\n margin-left: 2em;\n}\n\n.goto {\n display: none;\n cursor: pointer;\n position: absolute;\n width: var(--goto-size);\n height: var(--goto-size);\n margin: -1px 0 0 calc(-1 * var(--goto-size));\n -webkit-mask-image: var(--image-file-mediumIcons);\n -webkit-mask-position: -32px 48px;\n background-color: var(--legacy-active-control-bg-color);\n}\n\n.computed-style-property:hover .goto {\n display: inline-block;\n}\n\n.hidden {\n display: none;\n}\n/* narrowed styles */\n:host-context(.computed-narrow) .computed-style-property {\n white-space: normal;\n}\n\n:host-context(.computed-narrow) .property-name,\n:host-context(.computed-narrow) .property-value {\n display: inline-block;\n width: 100%;\n max-width: 100%;\n margin-left: 0;\n white-space: nowrap;\n}\n\n:host-context(.computed-narrow) .goto {\n display: none;\n}\n/* high-contrast styles */\n@media (forced-colors: active) {\n .computed-style-property.inherited {\n opacity: 100%;\n }\n\n .computed-style-property:hover {\n forced-color-adjust: none;\n background-color: Highlight;\n }\n\n .computed-style-property:hover * {\n color: HighlightText;\n }\n\n .goto {\n background-color: HighlightText;\n }\n}\n\n/*# sourceURL=computedStyleProperty.css */\n");export default styles;