UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 2.04 kB
export default{cssContent:"/*\n * Copyright (c) 2014 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 padding: 0;\n margin: 0;\n display: inline-flex;\n flex-shrink: 0;\n align-items: center !important; /* stylelint-disable-line declaration-no-important */\n}\n\ninput {\n height: 12px;\n width: 12px;\n flex-shrink: 0;\n}\n\ninput.inside-datagrid {\n height: 10px;\n width: 10px;\n}\n\ninput:focus {\n outline: auto 5px -webkit-focus-ring-color;\n}\n\n:host-context(.-theme-with-dark-background) input {\n accent-color: var(--color-checkbox-accent-color);\n}\n\n.dt-checkbox-text {\n margin-left: 3px;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.dt-checkbox-subtitle {\n color: var(--color-text-secondary);\n}\n\n@media (forced-colors: active) {\n input.dt-checkbox-theme-preserve {\n forced-color-adjust: none;\n }\n\n input.dt-checkbox-theme-preserve:active {\n background: HighlightText;\n }\n\n input.dt-checkbox-theme-preserve:checked,\n input.dt-checkbox-theme-preserve:active:checked {\n background: Highlight;\n border-color: Highlight;\n }\n\n input.dt-checkbox-theme-preserve:hover:enabled {\n border-color: Highlight;\n }\n\n input.dt-checkbox-theme-preserve:active::before,\n input.dt-checkbox-theme-preserve:active::after {\n background-color: Highlight;\n }\n\n input.dt-checkbox-theme-preserve:checked::before,\n input.dt-checkbox-theme-preserve:checked::after,\n input.dt-checkbox-theme-preserve:active:checked::before,\n input.dt-checkbox-theme-preserve:active:checked::after {\n background-color: HighlightText;\n }\n\n input.dt-checkbox-theme-preserve:hover:checked::before,\n input.dt-checkbox-theme-preserve:hover:checked::after {\n background-color: Highlight !important; /* stylelint-disable-line declaration-no-important */\n }\n\n input.dt-checkbox-theme-preserve:hover:checked {\n background: HighlightText;\n }\n}\n"};