Skip to content

Commit

Permalink
[ACS-8371] Fix toolbar button title
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-web-ua committed Aug 14, 2024
1 parent 435ea6e commit c5090b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ aca-search-results {

&--visibility_button {
margin-right: 8px;
cursor: default;
}

.adf-search-filter {
Expand Down

0 comments on commit c5090b9

Please sign in to comment.