mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
This reverts commit d15a3fcc98.
This commit is contained in:
@@ -18,7 +18,7 @@ export class Button extends vsButton {
|
||||
super(container, options);
|
||||
|
||||
this._register(DOM.addDisposableListener(this.element, DOM.EventType.FOCUS, () => {
|
||||
this.element.style.outlineColor = this.buttonFocusOutline ? this.buttonFocusOutline.toString() : '';
|
||||
this.element.style.outlineColor = this.buttonFocusOutline ? this.buttonFocusOutline.toString() : null;
|
||||
this.element.style.outlineWidth = '1px';
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user