Files
azuredatastudio/src/sql/base/browser/ui/buttonMenu/buttonMenu.css
Hale Rankin eafe659ec9 10712, 10677 - Fixed focus indicators for both main toolbar and cell … (#10756)
* 10712, 10677 - Fixed focus indicators for both main toolbar and cell toolbar.

* Removed duplicated line
2020-06-05 17:46:19 -07:00

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;
}