UNPKG

@quick-game/cli

Version:

Command line interface for rapid qg development

105 lines (89 loc) 2.29 kB
// Copyright 2023 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // IMPORTANT: this file is auto generated. Please do not edit this file. /* istanbul ignore file */ const styles = new CSSStyleSheet(); styles.replaceSync( `/* * Copyright 2021 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ :host { --override-node-text-label-color: var(--sys-color-token-tag); --override-node-text-class-color: var(--sys-color-token-attribute); --override-node-text-id-color: var(--sys-color-token-attribute); --override-node-text-multiple-descriptors-id: var(--sys-color-on-surface); --override-node-text-multiple-descriptors-class: var(--sys-color-token-property); } .crumbs { display: inline-flex; align-items: stretch; width: 100%; overflow: hidden; pointer-events: auto; cursor: default; white-space: nowrap; position: relative; background: var(--sys-color-cdt-base-container); font-size: inherit; font-family: inherit; } .crumbs-window { flex-grow: 2; overflow: hidden; } .crumbs-scroll-container { display: inline-flex; margin: 0; padding: 0; } .crumb { display: block; padding: 0 7px; line-height: 23px; white-space: nowrap; } .overflow { padding: 0 5px; font-weight: bold; display: block; border: none; flex-grow: 0; flex-shrink: 0; text-align: center; background-color: var(--color-background-elevation-1); color: var(--color-text-secondary); margin: 1px; outline: var(--color-background-elevation-1) solid 1px; } .overflow.hidden { display: none; } .overflow:disabled { opacity: 50%; } .overflow:focus { outline-color: var(--color-primary-old); } .overflow:not(:disabled):hover { background-color: var(--color-background-elevation-2); color: var(--color-text-primary); } .crumb-link { text-decoration: none; color: inherit; } .crumb:hover { background: var(--color-background-elevation-2); } .crumb.selected { background: var(--color-background-elevation-1); } .crumb:focus { outline: var(--color-primary-old) auto 1px; } /*# sourceURL=elementsBreadcrumbs.css */ `); export default styles;