@quick-game/cli
Version:
Command line interface for rapid qg development
59 lines (49 loc) • 1.29 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) 2022 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.
*/
.devtools-link {
color: var(--color-link);
text-decoration: underline;
cursor: pointer;
outline-offset: 2px;
}
.devtools-link:focus-visible {
outline-width: unset;
}
input.devtools-text-input[type="text"] {
padding: 3px 6px;
margin-left: 4px;
margin-right: 4px;
width: 250px;
height: 25px;
}
input.devtools-text-input[type="text"]::placeholder {
color: var(--color-text-secondary);
}
.protocol-handlers-row {
margin: 10px 0 2px 18px;
}
.inline-icon {
vertical-align: text-bottom;
}
@media (forced-colors: active) {
.devtools-link:not(.devtools-link-prevent-click) {
color: linktext;
}
.devtools-link:focus-visible {
background: Highlight;
color: HighlightText;
}
}
/*# sourceURL=protocolHandlersView.css */
`);
export default styles;