@quick-game/cli
Version:
Command line interface for rapid qg development
44 lines (36 loc) • 972 B
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) 2020 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.
*/
.data-grid {
border: none;
}
.data-grid td .url-outer {
width: 100%;
display: inline-flex;
justify-content: flex-start;
}
.data-grid td .url-outer .filter-highlight {
font-weight: bold;
}
.data-grid td .url-prefix {
overflow-x: hidden;
text-overflow: ellipsis;
}
.data-grid td .url-suffix {
flex: none;
}
.data-grid td.error-message .filter-highlight {
font-weight: bold;
}
/*# sourceURL=developerResourcesListView.css */
`);
export default styles;