From a6d5ff7604a3c2a94ff8814e2df7ca7bb2b48634 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 2 Apr 2020 11:39:14 +0200 Subject: Use form-control to display box-shadow on form inputs/selects upon focus --- client/src/app/shared/confirm/confirm.component.html | 8 ++++++-- client/src/app/shared/confirm/confirm.component.ts | 1 - 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'client/src/app/shared/confirm') diff --git a/client/src/app/shared/confirm/confirm.component.html b/client/src/app/shared/confirm/confirm.component.html index 65df1cd4d..dbc8c23e3 100644 --- a/client/src/app/shared/confirm/confirm.component.html +++ b/client/src/app/shared/confirm/confirm.component.html @@ -16,11 +16,15 @@ diff --git a/client/src/app/shared/confirm/confirm.component.ts b/client/src/app/shared/confirm/confirm.component.ts index d67d4f3c8..c6e40fe72 100644 --- a/client/src/app/shared/confirm/confirm.component.ts +++ b/client/src/app/shared/confirm/confirm.component.ts @@ -45,7 +45,6 @@ export class ConfirmComponent implements OnInit { ) } - @HostListener('document:keydown.enter') confirm () { if (this.openedModal) this.openedModal.close() } -- cgit v1.2.3