mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
* 10712, 10677 - Fixed focus indicators for both main toolbar and cell toolbar. * Removed duplicated line
14 lines
510 B
CSS
14 lines
510 B
CSS
/*---------------------------------------------------------------------------------------------
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
|
*--------------------------------------------------------------------------------------------*/
|
|
|
|
.button-menu .in-preview .monaco-dropdown {
|
|
height: auto;
|
|
padding: 0;
|
|
}
|
|
.button-menu.masked-pseudo-after.dropdown-arrow:after {
|
|
right: 0;
|
|
width: 20px;
|
|
}
|