mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-8371] Fix toolbar button title (#4033)
This commit is contained in:
parent
f74e08e2ac
commit
f80598ad9a
@ -144,7 +144,7 @@
|
||||
>
|
||||
<mat-icon>visibility</mat-icon>
|
||||
</button>
|
||||
<button mat-icon-button title="{{ 'ADF_VIEWER.ACTIONS.CLOSE' | translate }}" (click)="onPreviewClosed()">
|
||||
<button mat-icon-button title="{{ 'ADF_VIEWER.ACTIONS.INFO' | translate }}" (click)="onPreviewClosed()">
|
||||
<mat-icon>info_outline</mat-icon>
|
||||
</button>
|
||||
</div>
|
||||
|
@ -108,6 +108,7 @@ aca-search-results {
|
||||
|
||||
&--visibility_button {
|
||||
margin-right: 8px;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.adf-search-filter {
|
||||
|
Loading…
x
Reference in New Issue
Block a user