UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 1.82 kB
export default{cssContent:'/*\n * Copyright (c) 2015 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.text-prompt-root {\n display: flex;\n align-items: center;\n}\n\n.text-prompt-editing {\n box-shadow: var(--drop-shadow);\n background-color: var(--sys-color-cdt-base-container);\n text-overflow: clip !important; /* stylelint-disable-line declaration-no-important */\n margin: 0 -2px -1px;\n padding: 0 2px 1px;\n opacity: 100% !important; /* stylelint-disable-line declaration-no-important */\n}\n\n.text-prompt {\n cursor: text;\n overflow-x: visible;\n}\n\n.text-prompt::-webkit-scrollbar {\n display: none;\n}\n\n.text-prompt-editing > .text-prompt {\n color: var(--color-text-primary) !important; /* stylelint-disable-line declaration-no-important */\n text-decoration: none !important; /* stylelint-disable-line declaration-no-important */\n white-space: pre;\n}\n\n.text-prompt > .auto-complete-text {\n color: var(--color-text-secondary) !important; /* stylelint-disable-line declaration-no-important */\n}\n\n.text-prompt[data-placeholder]:empty::before {\n content: attr(data-placeholder);\n color: var(--color-text-secondary);\n}\n\n.text-prompt:not([data-placeholder]):empty::after {\n content: "\\00A0";\n width: 0;\n display: block;\n}\n\n.text-prompt.disabled {\n opacity: 50%;\n cursor: default;\n}\n\n.text-prompt-editing br {\n display: none;\n}\n\n.text-prompt-root:not(:focus-within) ::selection {\n background: transparent;\n}\n\n@media (forced-colors: active) {\n .text-prompt[data-placeholder]:empty::before {\n color: GrayText !important; /* stylelint-disable-line declaration-no-important */\n }\n\n .text-prompt.disabled {\n opacity: 100%;\n }\n}\n'};