UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 3.36 kB
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 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.watch-expression-delete-button {\n position: absolute;\n opacity: 0%;\n background-color: var(--icon-default);\n cursor: pointer;\n}\n\n.watch-expression-delete-button:hover {\n background-color: var(--icon-default-hover);\n}\n\n:host-context(.-theme-with-dark-background) .watch-expression-delete-button {\n /* This is a workaround due to a sprite with hardcoded color.\n It should no longer be necessary after we update icons. */\n filter: brightness(1.5);\n}\n\n.right-aligned {\n right: 16px;\n}\n\n.left-aligned {\n left: -11px;\n}\n\n.watch-expression-title:hover .watch-expression-delete-button {\n opacity: 100%;\n}\n\n.watch-expressions {\n overflow-x: hidden;\n min-height: 26px;\n}\n\n.watch-expression-title {\n white-space: nowrap;\n line-height: 20px;\n display: flex;\n}\n\n.watch-expression-title:hover {\n padding-right: 26px;\n}\n\n.watch-expression-object-header .watch-expression-title {\n margin-left: 1px;\n}\n\n.watch-expression {\n position: relative;\n flex: auto;\n min-height: 20px;\n}\n\n.watch-expression .name {\n --override-watch-expression-name-color: rgb(136 19 145);\n\n color: var(--override-watch-expression-name-color);\n flex: none;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n flex-shrink: 2;\n}\n\n.-theme-with-dark-background .watch-expression .name,\n:host-context(.-theme-with-dark-background) .watch-expression .name {\n --override-watch-expression-name-color: rgb(227 110 236);\n}\n\n.watch-expression-error {\n color: var(--color-red);\n}\n\n.watch-expressions-separator {\n flex: none;\n}\n\n.watch-expression .value {\n white-space: nowrap;\n display: inline;\n overflow: hidden;\n padding-left: 4px;\n text-overflow: ellipsis;\n flex-shrink: 1;\n}\n\n.watch-expression .text-prompt {\n text-overflow: clip;\n overflow: hidden;\n white-space: nowrap;\n padding-left: 4px;\n min-height: 18px;\n line-height: 18px;\n user-select: text;\n}\n\n.watch-expression-text-prompt-proxy {\n margin: 2px 12px 2px -4px;\n padding-bottom: 3px;\n}\n\n.watch-expression-header {\n flex: auto;\n margin-left: -16px;\n padding-left: 15px;\n}\n\nli.watch-expression-tree-item {\n padding-left: 4px;\n}\n\nli.watch-expression-tree-item:hover {\n background-color: var(--color-background-elevation-1);\n}\n\n.watch-expression-header:focus-visible {\n background: var(--legacy-focus-bg-color);\n}\n\nli.watch-expression-editing::before {\n background-color: transparent;\n}\n\n@media (forced-colors: active) {\n .watch-expression-title:hover .watch-expression-delete-button,\n .watch-expressions .dimmed {\n opacity: 100%;\n }\n\n li.watch-expression-tree-item * {\n forced-color-adjust: none;\n color: ButtonText;\n }\n\n li.watch-expression-tree-item:hover {\n forced-color-adjust: none;\n background-color: Highlight;\n }\n\n li.watch-expression-tree-item:hover * {\n color: HighlightText;\n }\n\n li.watch-expression-tree-item:hover .watch-expression-delete-button {\n background-color: HighlightText;\n }\n}\n\n/*# sourceURL=watchExpressionsSidebarPane.css */\n");export default styles;