[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>

View File

@@ -25,32 +25,13 @@
.aca-toolbar-action {
.app-toolbar-menu {
.mat-button {
display: flex;
justify-content: center;
align-items: center;
border-radius: 6px;
height: 32px;
background: var(--theme-grey-text-background-color);
color: var(--theme-selected-text-color);
line-height: 32px;
.mat-button-wrapper {
display: flex;
}
}
.mat-flat-button {
.mat-button-base {
display: flex;
justify-content: center;
align-items: center;
border-radius: 6px;
height: 32px;
line-height: 32px;
.mat-button-wrapper {
display: flex;
}
}
}
}