mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-29 16:20:29 -04:00
Merge from vscode 93309f060778f6480a7d2a13913e6e7c624e9bc7
This commit is contained in:
@@ -207,6 +207,7 @@ export class ExtensionEditor extends BaseEditor {
|
||||
const root = append(parent, $('.extension-editor'));
|
||||
root.tabIndex = 0; // this is required for the focus tracker on the editor
|
||||
root.style.outline = 'none';
|
||||
root.setAttribute('role', 'document');
|
||||
const header = append(root, $('.header'));
|
||||
|
||||
const iconContainer = append(header, $('.icon-container'));
|
||||
|
||||
Reference in New Issue
Block a user