UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 836 B
export default{cssContent:"/*\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\nbutton.soft-dropdown {\n height: 26px;\n text-align: left;\n position: relative;\n border: none;\n background: none;\n}\n\nbutton.soft-dropdown[disabled] {\n opacity: 50%;\n}\n\nbutton.soft-dropdown > .title {\n padding-right: 5px;\n flex: 0 1 120px;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\nbutton.soft-dropdown:hover:not(:active) > .title {\n color: var(--color-text-primary);\n}\n\n@media (forced-colors: active) {\n button.soft-dropdown {\n border: 1px solid ButtonText;\n background: ButtonFace;\n color: ButtonText;\n }\n\n button.soft-dropdown[disabled] {\n opacity: 100%;\n }\n}\n"};