Fix top menu dropdown
This commit is contained in:
parent
e29dc2832e
commit
805d6a354b
|
@ -6,6 +6,10 @@
|
|||
<div *ngIf="!menuEntry.routerLink && isDisplayed(menuEntry)" ngbDropdown class="parent-entry"
|
||||
#dropdown="ngbDropdown" autoClose="true">
|
||||
<span
|
||||
*ngIf="isInSmallView"
|
||||
tabindex=0
|
||||
[ngClass]="{ active: !!suffixLabels[menuEntry.label] }"
|
||||
(click)="openModal(id)" (keydown.enter)="openModal(id)"
|
||||
role="button" class="title-page title-page-settings">
|
||||
<ng-container i18n>{{ menuEntry.label }}</ng-container>
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue