@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 1.14 kB
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync('/*\n * Copyright 2017 The Chromium Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style license that can be\n * found in the LICENSE file.\n */\n\n.content {\n margin-left: 5px;\n}\n\n.history-dropdown-button {\n width: 160px;\n height: 26px;\n text-align: left;\n display: flex;\n border: 1px solid transparent;\n}\n\n.history-dropdown-button[disabled] {\n opacity: 50%;\n border: 1px solid transparent;\n}\n\n.history-dropdown-button > .content {\n padding-right: 5px;\n overflow: hidden;\n text-overflow: ellipsis;\n flex: 1 1;\n min-width: 35px;\n}\n\n.history-dropdown-button:focus-visible::before {\n content: "";\n position: absolute;\n top: 2px;\n left: 0;\n right: 0;\n bottom: 2px;\n border-radius: 2px;\n background: var(--divider-line);\n}\n\n@media (forced-colors: active) {\n .history-dropdown-button[disabled] {\n opacity: 100%;\n }\n\n .history-dropdown-button[disabled] [is="ui-icon"].icon-mask {\n background-color: GrayText;\n }\n}\n\n/*# sourceURL=historyToolbarButton.css */\n');export default styles;