From 0786090a9581bae53f9377cee64176db323d7933 Mon Sep 17 00:00:00 2001 From: Timo Date: Fri, 12 Feb 2021 09:59:34 +0200 Subject: [PATCH] reverted icons --- .../file/annotation-actions/annotation-actions.component.html | 4 ++-- .../file-preview-screen/file-preview-screen.component.html | 2 +- .../src/app/screens/file/pdf-viewer/pdf-viewer.component.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.html b/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.html index 088ef9a81..d9aea7d34 100644 --- a/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.html +++ b/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.html @@ -34,7 +34,7 @@ (action)="hideAnnotation($event)" *ngIf="annotation.isImage && viewerAnnotation?.isVisible()" type="dark-bg" - icon="red:visibility-off" + icon="red:visibility" tooltipPosition="before" tooltip="annotation-actions.hide" > @@ -44,7 +44,7 @@ (action)="showAnnotation($event)" *ngIf="annotation.isImage && !viewerAnnotation?.isVisible()" type="dark-bg" - icon="red:visibility" + icon="red:visibility-off" tooltipPosition="before" tooltip="annotation-actions.show" > diff --git a/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.html b/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.html index 320ee34ac..c3bb1a43d 100644 --- a/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.html +++ b/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.html @@ -291,7 +291,7 @@ diff --git a/apps/red-ui/src/app/screens/file/pdf-viewer/pdf-viewer.component.ts b/apps/red-ui/src/app/screens/file/pdf-viewer/pdf-viewer.component.ts index 68f25faf9..d38aa771d 100644 --- a/apps/red-ui/src/app/screens/file/pdf-viewer/pdf-viewer.component.ts +++ b/apps/red-ui/src/app/screens/file/pdf-viewer/pdf-viewer.component.ts @@ -228,7 +228,7 @@ export class PdfViewerComponent implements OnInit, AfterViewInit, OnChanges { this.instance.annotationPopup.add([ { type: 'actionButton', - img: '/assets/icons/general/visibility-off.svg', + img: '/assets/icons/general/visibility.svg', title: this._translateService.instant('annotation-actions.hide'), onClick: () => { this._ngZone.run(() => {