mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 09:35:37 -05:00
Remove calls to DOM.addClass and DOM.removeClass (#13063)
This commit is contained in:
@@ -62,7 +62,7 @@ export class ActionBar extends ActionRunner implements IActionRunner {
|
||||
this._domNode.className = 'monaco-action-bar';
|
||||
|
||||
if (options.animated !== false) {
|
||||
DOM.addClass(this._domNode, 'animated');
|
||||
this._domNode.classList.add('animated');
|
||||
}
|
||||
|
||||
let isVertical = this._options.orientation === ActionsOrientation.VERTICAL;
|
||||
|
||||
Reference in New Issue
Block a user