Path: blob/main/src/vs/base/browser/ui/dropdown/dropdown.css
3296 views
/*---------------------------------------------------------------------------------------------1* Copyright (c) Microsoft Corporation. All rights reserved.2* Licensed under the MIT License. See License.txt in the project root for license information.3*--------------------------------------------------------------------------------------------*/45.monaco-dropdown {6height: 100%;7padding: 0;8}910.monaco-dropdown > .dropdown-label {11cursor: pointer;12height: 100%;13display: flex;14align-items: center;15justify-content: center;16}1718.monaco-dropdown > .dropdown-label > .action-label.disabled {19cursor: default;20}2122.monaco-dropdown-with-primary {23display: flex !important;24flex-direction: row;25border-radius: 5px;26}2728.monaco-dropdown-with-primary > .action-container > .action-label {29margin-right: 0;30}3132.monaco-dropdown-with-primary > .dropdown-action-container > .monaco-dropdown > .dropdown-label .codicon[class*='codicon-'] {33font-size: 12px;34padding-left: 0px;35padding-right: 0px;36line-height: 16px;37margin-left: -3px;38}3940.monaco-dropdown-with-primary > .dropdown-action-container > .monaco-dropdown > .dropdown-label > .action-label {41display: block;42background-size: 16px;43background-position: center center;44background-repeat: no-repeat;45}464748