MOBILE-3807 menu: Change hamburger to meatballs more menu icon
parent
72a9f498ef
commit
289e8e1ce7
|
@ -18,7 +18,7 @@
|
|||
|
||||
<ion-tab-button (keydown)="tabAction.keyDown($event)" (keyup)="tabAction.keyUp(morePageName, $event)" [hidden]="!loaded"
|
||||
[tab]="morePageName" layout="label-hide" [tabindex]="selectedTab == morePageName ? 0 : -1" [attr.aria-controls]="morePageName">
|
||||
<ion-icon name="fas-bars" aria-hidden="true"></ion-icon>
|
||||
<ion-icon name="ellipsis-horizontal" aria-hidden="true"></ion-icon>
|
||||
<ion-label aria-hidden="true">{{ 'core.more' | translate }}</ion-label>
|
||||
<span class="sr-only">{{ 'core.more' | translate }}</span>
|
||||
</ion-tab-button>
|
||||
|
|
Loading…
Reference in New Issue