UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 1.06 kB
const styles=new CSSStyleSheet;styles.replaceSync('/*\n * Copyright (c) 2022 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.devtools-link {\n color: var(--color-link);\n text-decoration: underline;\n cursor: pointer;\n outline-offset: 2px;\n}\n\n.devtools-link:focus-visible {\n outline-width: unset;\n}\n\ninput.devtools-text-input[type="text"] {\n padding: 3px 6px;\n margin-left: 4px;\n margin-right: 4px;\n width: 250px;\n height: 25px;\n}\n\ninput.devtools-text-input[type="text"]::placeholder {\n color: var(--color-text-secondary);\n}\n\n.protocol-handlers-row {\n margin: 10px 0 2px 18px;\n}\n\n.inline-icon {\n vertical-align: text-bottom;\n}\n\n@media (forced-colors: active) {\n .devtools-link:not(.devtools-link-prevent-click) {\n color: linktext;\n }\n\n .devtools-link:focus-visible {\n background: Highlight;\n color: HighlightText;\n }\n}\n\n/*# sourceURL=protocolHandlersView.css */\n');export default styles;