mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
minor fixes
This commit is contained in:
committed by
Sheena Malhotra
parent
16278ae181
commit
8bcc93a821
@@ -3,6 +3,7 @@
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
||||||
.mat-toolbar {
|
.mat-toolbar {
|
||||||
|
background-image: var(--header-background-image) !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
|
|
||||||
.aca-current-user {
|
.aca-current-user {
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
<button mat-icon-button class="app-search-button" (click)="searchByOption()" [title]="'SEARCH.BUTTON.TOOLTIP' | translate">
|
<button mat-icon-button class="app-search-button" (click)="searchByOption()" [title]="'SEARCH.BUTTON.TOOLTIP' | translate">
|
||||||
<mat-icon [attr.aria-label]="'SEARCH.BUTTON.ARIA-LABEL' | translate">search</mat-icon>
|
<mat-icon [attr.aria-label]="'SEARCH.BUTTON.ARIA-LABEL' | translate">search</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
<mat-form-field class="app-input-form-field" [floatLabel]="'never'">
|
<mat-form-field class="app-input-form-field" [floatLabel]="'never'">
|
||||||
<input
|
<input
|
||||||
matInput
|
matInput
|
||||||
[attr.aria-label]="'SEARCH.INPUT.ARIA-LABEL' | translate"
|
[attr.aria-label]="'SEARCH.INPUT.ARIA-LABEL' | translate"
|
||||||
@@ -22,10 +22,10 @@
|
|||||||
<mat-icon>arrow_drop_down</mat-icon>
|
<mat-icon>arrow_drop_down</mat-icon>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button mat-icon-button matSuffix class="app-suffix-search-icon-wrapper app-close-icon" (click)="exitSearch()" (keypressk)="exitSearch()">
|
<button mat-icon-button matSuffix class="app-suffix-search-icon-wrapper app-close-icon" (click)="exitSearch()">
|
||||||
<mat-icon>close</mat-icon>
|
<mat-icon>close</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngIf="!searchInputService.isSearchRoute()"
|
<div *ngIf="!searchInputService.isSearchRoute()"
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<ng-container *ngIf="item.children && item.children.length">
|
<ng-container *ngIf="item.children && item.children.length">
|
||||||
<mat-expansion-panel
|
<mat-expansion-panel
|
||||||
[expanded]="acaExpansionPanel.isItemExpanded()"
|
[expanded]="acaExpansionPanel.isItemExpanded()"
|
||||||
[acaExpansionPanel]="item"
|
[acaExpansionPanel]="item"
|
||||||
#acaExpansionPanel="acaExpansionPanel"
|
#acaExpansionPanel="acaExpansionPanel"
|
||||||
[@.disabled]="true"
|
[@.disabled]="true"
|
||||||
|
@@ -13,12 +13,7 @@
|
|||||||
{{ appName$ | async | translate }}
|
{{ appName$ | async | translate }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="sidenav-header-notification">
|
<adf-notification-history></adf-notification-history>
|
||||||
<adf-notification-history></adf-notification-history>
|
<app-navigation-menu></app-navigation-menu>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="sidenav-header-menu-icon">
|
|
||||||
<app-navigation-menu></app-navigation-menu>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user