UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 794 B
export default{cssContent:"/*\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.item.disabled {\n opacity: 50%;\n}\n\n.item-list {\n background-color: var(--color-background);\n box-shadow: var(--drop-shadow);\n overflow-x: hidden;\n overflow-y: auto;\n width: 100%;\n}\n\n.item.highlighted {\n background-color: var(--sys-color-state-hover-on-subtle);\n}\n\n@media (forced-colors: active) {\n .item.disabled {\n opacity: 100%;\n }\n\n .item-list {\n border: 1px solid ButtonText;\n background-color: ButtonFace;\n }\n\n .item.highlighted {\n forced-color-adjust: none;\n color: HighlightText;\n background-color: Highlight;\n }\n}\n"};