[ACS-5166] UI fixes (#3287)

* fix menu positioning

* fix update version script

* change the menu icon

* clean implementation for toolbar buttons
This commit is contained in:
Denys Vuika
2023-06-20 11:59:49 +01:00
committed by GitHub
parent 10935e9d54
commit 05906b878d
7 changed files with 40 additions and 26 deletions

View File

@@ -3,7 +3,7 @@
mat-icon-button
(click)="toggleClick()"
title="{{'APP.TOOLTIPS.EXPAND_NAVIGATION' | translate}}">
<mat-icon>menu</mat-icon>
<mat-icon>keyboard_double_arrow_right</mat-icon>
</button>
<ng-content select="aca-page-layout-header"></ng-content>
</div>