19 lines
558 B
CSS
19 lines
558 B
CSS
/*---------------------------------------------------------------------------------------------
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
*--------------------------------------------------------------------------------------------*/
|
|
|
|
.monaco-dropdown {
|
|
height: 100%;
|
|
padding: 0;
|
|
}
|
|
|
|
.monaco-dropdown > .dropdown-label {
|
|
cursor: pointer;
|
|
height: 100%;
|
|
}
|
|
|
|
.monaco-dropdown > .dropdown-label > .action-label.disabled {
|
|
cursor: default;
|
|
}
|