From 3c176894bae9de7958605fe432bff770b9232807 Mon Sep 17 00:00:00 2001 From: kimsible Date: Fri, 7 Aug 2020 19:00:51 +0200 Subject: Add markown compatible help icon in comment textarea --- client/src/app/shared/shared-main/misc/help.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/src/app/shared/shared-main/misc/help.component.html') diff --git a/client/src/app/shared/shared-main/misc/help.component.html b/client/src/app/shared/shared-main/misc/help.component.html index 9a6d3e48e..b2d58a828 100644 --- a/client/src/app/shared/shared-main/misc/help.component.html +++ b/client/src/app/shared/shared-main/misc/help.component.html @@ -26,8 +26,8 @@ role="button" class="help-tooltip-button" container="body" - title="Get help" - i18n-title + [title]="title" + tabindex=0 popoverClass="help-popover" [attr.aria-pressed]="isPopoverOpened" [ngbPopover]="tooltipTemplate" @@ -36,5 +36,5 @@ (onHidden)="onPopoverHidden()" (onShown)="onPopoverShown()" > - + -- cgit v1.2.3