mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add monaco-editor and monaco-editor-hover to output otherwise backgrounds collide.
This commit is contained in:
@@ -93,6 +93,10 @@ export class QueryPlan {
|
||||
QP.showPlan(this.container, this._xml, {
|
||||
jsTooltips: false
|
||||
});
|
||||
this.container.querySelectorAll('div.qp-tt').forEach(toolTip=>{
|
||||
toolTip.classList.add('monaco-editor');
|
||||
toolTip.classList.add('monaco-editor-hover');
|
||||
});
|
||||
}
|
||||
|
||||
public get xml(): string {
|
||||
|
||||
Reference in New Issue
Block a user