UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 941 B
const styles=new CSSStyleSheet;styles.replaceSync('/*\n * Copyright (c) 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[slot="insertion-point-main"] {\n flex-direction: column;\n display: flex;\n}\n\n[slot="insertion-point-sidebar"] {\n overflow: auto;\n}\n\n.diff-container {\n flex: 1;\n overflow: auto;\n}\n\n:focus.selected {\n --override-selected-color: #fff;\n\n background-color: var(--legacy-selection-bg-color);\n color: var(--override-selected-color);\n}\n\n.-theme-with-dark-background :focus.selected,\n:host-context(.-theme-with-dark-background) :focus.selected {\n --override-selected-color: rgb(0 0 0);\n}\n\n.changes-toolbar {\n background-color: var(--sys-color-cdt-base-container);\n border-top: 1px solid var(--sys-color-divider);\n}\n\n/*# sourceURL=changesView.css */\n');export default styles;