reverted icons
This commit is contained in:
parent
713f36ef72
commit
0786090a95
@ -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"
|
||||
>
|
||||
|
||||
@ -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"
|
||||
>
|
||||
|
||||
@ -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(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user