@quick-game/cli
Version:
Command line interface for rapid qg development
40 lines (35 loc) • 1.04 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 */
export default {
cssContent: `/*
* Copyright (c) 2014 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.
*/
::slotted(input.dt-radio-button) {
height: 17px;
width: 17px;
min-width: 17px;
border-radius: 8px;
vertical-align: middle;
margin: 0 5px 5px 0;
accent-color: var(--color-checkbox-accent-color);
}
::slotted(input.dt-radio-button:focus) {
box-shadow: var(--legacy-focus-ring-active-shadow);
}
@media (forced-colors: active) {
::slotted(input.dt-radio-button) {
--gradient-start: ButtonFace;
--gradient-end: ButtonFace;
}
::slotted(input.dt-radio-button:checked) {
--gradient-start: Highlight;
--gradient-end: Highlight;
}
}
`
};