Fix action dropdowns focusing hidden button & fix ext action button (#21326)

This commit is contained in:
Charles Gagnon
2022-11-29 22:41:48 -08:00
committed by GitHub
parent 23dfd690a6
commit 62d5c1f2d6
3 changed files with 5 additions and 15 deletions

View File

@@ -3,14 +3,6 @@
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.monaco-dropdown {
width: 100%;
/* TODO: Determine a more permanent fix; vs/dropdown is overwriting this selector in packaged builds */
display: flex !important;
align-items: flex-start;
cursor: pointer;
}
.monaco-dropdown > .dropdown-label {
width: 100%;
}
@@ -31,4 +23,4 @@
.vs-dark .monaco-dropdown > .dropdown-icon,
.hc-black .monaco-dropdown > .dropdown-icon {
content: url("dropdownarrow_inverse.svg");
}
}