mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[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:
@@ -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>
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user