UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 1.43 kB
const styles=new CSSStyleSheet;styles.replaceSync('/*\n * Copyright 2023 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.menu-item {\n padding: 4px 30px 4px calc(10px + var(--menu-checkmark-width));\n font-size: 12px;\n line-height: 16px;\n position: relative;\n display: block;\n color: var(--color-text-primary);\n}\n\n.menu-item:focus {\n outline: none;\n}\n\n:host(:not(:first-child)) .menu-item {\n border-top: var(--override-divider-line);\n}\n\n:host-context(devtools-menu-group) .menu-item {\n padding: 4px 30px 4px 36px;\n}\n\n.is-selected-item::before {\n content: "";\n position: absolute;\n left: 10px;\n top: 50%;\n transform: translateY(-50%);\n display: inline-block;\n mask-repeat: no-repeat;\n -webkit-mask-repeat: no-repeat;\n mask-position: center;\n -webkit-mask-position: center;\n width: calc(var(--menu-checkmark-width) - 10px);\n height: var(--menu-checkmark-height);\n mask-image: var(--selected-item-check);\n -webkit-mask-image: var(--selected-item-check);\n background: var(--color-text-secondary);\n}\n\n:host(:hover:not(.prevents-close)) .menu-item,\n:host(:focus-visible:not(.prevents-close)) .menu-item {\n background: var(--color-background-elevation-2);\n}\n\n:host(:focus) {\n outline: none;\n}\n\n/*# sourceURL=menuItem.css */\n');export default styles;