@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 2.18 kB
JavaScript
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.overview-grid-window-selector {\n position: absolute;\n top: 0;\n bottom: 0;\n background-color: var(--color-selection-highlight);\n z-index: 250;\n pointer-events: none;\n}\n\n.overview-grid-window-resizer {\n position: absolute;\n top: -1px;\n height: 20px;\n width: 6px;\n margin-left: -3px;\n background-color: rgb(153 153 153); /* stylelint-disable-line plugin/use_theme_colors */\n border: 1px solid #fff; /* stylelint-disable-line plugin/use_theme_colors */\n z-index: 500;\n}\n\n.overview-grid-window-resizer:focus-visible {\n background-color: var(--legacy-active-control-bg-color);\n}\n\n.overview-grid-cursor-area {\n position: absolute;\n left: 0;\n right: 0;\n top: 20px;\n bottom: 0;\n z-index: 500;\n cursor: text;\n}\n\n.overview-grid-cursor-position {\n position: absolute;\n top: 0;\n bottom: 0;\n width: 2px;\n background-color: var(--color-selection-highlight-border);\n z-index: 500;\n pointer-events: none;\n visibility: hidden;\n overflow: hidden;\n}\n\n.window-curtain-left,\n.window-curtain-right {\n background-color: var(--color-background-hover-overlay);\n position: absolute;\n top: 0;\n height: 100%;\n z-index: 300;\n pointer-events: none;\n border: 1px none var(--color-background-hover-overlay);\n}\n\n.window-curtain-left {\n left: 0;\n border-right-style: solid;\n}\n\n.window-curtain-right {\n right: 0;\n border-left-style: solid;\n}\n\n@media (forced-colors: active) {\n .overview-grid-cursor-position {\n forced-color-adjust: none;\n background-color: Highlight;\n }\n\n .window-curtain-left,\n .window-curtain-right {\n background-color: transparent;\n border-color: ButtonText;\n }\n\n .overview-grid-window-resizer {\n background-color: ButtonText;\n }\n\n .overview-grid-window-resizer:hover,\n .overview-grid-window-resizer:active,\n .overview-grid-window-resizer:focus-visible {\n forced-color-adjust: none;\n background-color: Highlight;\n }\n}\n"};