UNPKG

@quick-game/cli

Version:

Command line interface for rapid qg development

37 lines (32 loc) 931 B
// 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. */ .hide-issues-menu-btn { position: relative; display: flex; background-color: transparent; flex: none; align-items: center; justify-content: center; padding: 0; margin: 0 -2px 0 4px; overflow: hidden; border-radius: 0; border: none; --icon-color: var(--icon-default); } .hide-issues-menu-btn:hover { --icon-color: var(--icon-default-hover); } /*# sourceURL=./hideIssuesMenu.css */ `); export default styles;