@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 828 B
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright (c) 2019 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.request-initiator-view-tree .fill {\n right: -6px; /* Same as the margin in .request-initiator-view but negative. */\n}\n\n.request-initiator-view-section-title {\n font-weight: bold;\n padding: 4px;\n}\n\n.request-initiator-view-section-title:focus-visible {\n background-color: var(--color-background-elevation-2);\n}\n\n@media (forced-colors: active) {\n .request-initiator-view-section-title:focus-visible {\n forced-color-adjust: none;\n background-color: Highlight;\n color: HighlightText;\n }\n}\n\n/*# sourceURL=requestInitiatorViewTree.css */\n");export default styles;