From c54b1717e2434b2fc20f04b378ccc126589cf74e Mon Sep 17 00:00:00 2001 From: Jodie Muramoto Date: Thu, 11 Oct 2018 14:02:05 -0700 Subject: [PATCH] a11y/SHIBUI-354: Removed spacebar keydown trigger (redundant); --- ui/src/app/shared/component/info-icon.component.html | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/app/shared/component/info-icon.component.html b/ui/src/app/shared/component/info-icon.component.html index 70c09fadf..38dee05bd 100644 --- a/ui/src/app/shared/component/info-icon.component.html +++ b/ui/src/app/shared/component/info-icon.component.html @@ -5,7 +5,6 @@ #toggle="ngbPopover" [attr.aria-label]="'tooltip.instruction' | translate" [ngbPopover]="tooltipContent" - (keydown.space)="toggle.open()" [triggers]="triggers" [placement]="placement" [attr.aria-flowto]="id"