reverted icons

This commit is contained in:
Timo 2021-02-12 09:59:34 +02:00
parent 713f36ef72
commit 0786090a95
3 changed files with 4 additions and 4 deletions

View File

@ -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"
>

View File

@ -291,7 +291,7 @@
<ng-template #annotationFilterActionTemplate let-filter="filter">
<ng-container *ngIf="filter.key === 'skipped'">
<redaction-circle-button
[icon]="areIgnoresVisible ? 'red:visibility' : 'red:visibility-off'"
[icon]="areIgnoresVisible ? 'red:visibility-off' : 'red:visibility'"
(action)="toggleIgnoresVisible($event)"
class="skipped-toggle-button"
>

View File

@ -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(() => {