mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
minor fixes
This commit is contained in:
committed by
Yasa-Nataliya
parent
243eb9ffae
commit
2bdf7b96e1
@@ -3,6 +3,7 @@
|
||||
z-index: 2;
|
||||
|
||||
.mat-toolbar {
|
||||
background-image: var(--header-background-image) !important;
|
||||
background-repeat: no-repeat !important;
|
||||
|
||||
.aca-current-user {
|
||||
|
@@ -8,7 +8,7 @@
|
||||
<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>
|
||||
</button>
|
||||
<mat-form-field class="app-input-form-field" [floatLabel]="'never'">
|
||||
<mat-form-field class="app-input-form-field" [floatLabel]="'never'">
|
||||
<input
|
||||
matInput
|
||||
[attr.aria-label]="'SEARCH.INPUT.ARIA-LABEL' | translate"
|
||||
@@ -22,7 +22,7 @@
|
||||
<mat-icon>arrow_drop_down</mat-icon>
|
||||
</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>
|
||||
</button>
|
||||
</mat-form-field>
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
<ng-container *ngIf="item.children && item.children.length">
|
||||
<mat-expansion-panel
|
||||
[expanded]="acaExpansionPanel.isItemExpanded()"
|
||||
[expanded]="acaExpansionPanel.isItemExpanded()"
|
||||
[acaExpansionPanel]="item"
|
||||
#acaExpansionPanel="acaExpansionPanel"
|
||||
[@.disabled]="true"
|
||||
|
@@ -13,12 +13,7 @@
|
||||
{{ appName$ | async | translate }}
|
||||
</div>
|
||||
|
||||
<div class="sidenav-header-notification">
|
||||
<adf-notification-history></adf-notification-history>
|
||||
</div>
|
||||
|
||||
<div class="sidenav-header-menu-icon">
|
||||
<app-navigation-menu></app-navigation-menu>
|
||||
</div>
|
||||
<adf-notification-history></adf-notification-history>
|
||||
<app-navigation-menu></app-navigation-menu>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -25,6 +25,7 @@
|
||||
}
|
||||
|
||||
&-text {
|
||||
flex: 1;
|
||||
color: var(--theme-selected-text-color);
|
||||
padding-left: 32px;
|
||||
letter-spacing: 0.25px;
|
||||
@@ -34,14 +35,6 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
&-menu-icon {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
&-notification {
|
||||
padding-left: 63px;
|
||||
}
|
||||
}
|
||||
|
||||
.section:last-child {
|
||||
|
Reference in New Issue
Block a user