@quick-game/cli
Version:
Command line interface for rapid qg development
59 lines (49 loc) • 1.4 kB
JavaScript
// 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 (c) 2015 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.
*/
.styles-sidebar-pane-toolbar {
border-bottom: 1px solid var(--sys-color-divider);
flex-shrink: 0;
}
.styles-sidebar-pane-filter-box {
flex: auto;
display: flex;
& > input {
border: solid 1px var(--sys-color-neutral-outline);
border-radius: 4px;
width: 100%;
background: var(--sys-color-cdt-base-container);
padding-left: 4px;
margin: 3px;
}
& > input:focus,
& > input:not(:placeholder-shown) {
border-color: var(--sys-color-state-focus-ring);
}
& > input:hover:not(:focus) {
background: var(--sys-color-state-hover-on-subtle);
}
& > input::placeholder {
color: var(--color-text-secondary);
}
@media (forced-colors: active) {
& > input {
border: 1px solid ButtonText;
}
}
}
.styles-sidebar-computed-style-widget {
min-height: auto;
}
/*# sourceURL=computedStyleSidebarPane.css */
`);
export default styles;