From 887f4e8985023602e599cf86bdb44df48bb28569 Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Mon, 11 Feb 2019 21:51:55 -0800 Subject: [PATCH] Alanren/fix4001 (#4011) * fix for 4001 * Revert "fix for 4001" This reverts commit 91fed44f063acb44b844a206a13e4074150d8118. * fix for issue 4001 --- src/sql/base/browser/ui/modal/modal.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sql/base/browser/ui/modal/modal.ts b/src/sql/base/browser/ui/modal/modal.ts index d63bb5260ffd..228850984c76 100644 --- a/src/sql/base/browser/ui/modal/modal.ts +++ b/src/sql/base/browser/ui/modal/modal.ts @@ -430,7 +430,6 @@ export abstract class Modal extends Disposable implements IThemable { * Hides the modal and removes key listeners */ protected hide() { - this._footerButtons.forEach(button => button.applyStyles()); this._modalShowingContext.get().pop(); this._builder.offDOM(); if (this._focusedElementBeforeOpen) {