@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 1.39 kB
JavaScript
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.thread-item {\n padding: 3px 8px 3px 20px;\n position: relative;\n min-height: 18px;\n line-height: 15px;\n display: flex;\n flex-wrap: wrap;\n}\n\n.thread-item + .thread-item {\n border-top: 1px solid var(--sys-color-divider);\n}\n\n.thread-item:hover {\n background-color: var(--sys-color-state-hover-on-subtle);\n}\n\n.thread-item:focus-visible {\n background-color: var(--legacy-focus-bg-color);\n}\n\n.thread-item-title,\n.thread-item-paused-state {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n}\n\n.thread-item-paused-state {\n color: var(--color-text-disabled);\n margin-left: auto;\n padding: 0 10px;\n}\n\n.selected-thread-icon {\n display: none;\n position: absolute;\n top: 3px;\n left: 4px;\n}\n\n.thread-item.selected .selected-thread-icon {\n display: block;\n}\n\n@media (forced-colors: active) {\n .thread-item:hover,\n .thread-item:focus-visible {\n forced-color-adjust: none;\n background-color: Highlight;\n }\n\n .thread-item:hover > div,\n .thread-item:focus-visible > div {\n color: HighlightText;\n }\n}\n\n/*# sourceURL=threadsSidebarPane.css */\n");export default styles;