CSS improvements

This commit is contained in:
Adina Țeudan 2022-04-04 15:22:32 +03:00
parent 43d3ae8d94
commit a66427cd4f
3 changed files with 3 additions and 11 deletions

View File

@ -119,7 +119,6 @@
<div
*ngIf="(isHighlights$ | async) === false"
[attr.anotation-page-header]="activeViewerPage"
[class.padding-left-0]="currentPageIsExcluded"
[hidden]="excludedPagesService.shown$ | async"
class="workload-separator"
>
@ -127,8 +126,9 @@
<iqser-circle-button
(action)="excludedPagesService.toggle()"
*ngIf="currentPageIsExcluded"
[size]="14"
[tooltip]="'file-preview.excluded-from-redaction' | translate | capitalize"
class="excluded"
class="mr-10 primary"
icon="red:exclude-pages"
tooltipPosition="above"
></iqser-circle-button>

View File

@ -134,14 +134,6 @@
}
}
.padding-left-0 {
padding-left: 0 !important;
}
::ng-deep .workload-separator iqser-circle-button.excluded mat-icon {
color: var(--iqser-primary);
}
[hidden] {
display: none !important;
}

@ -1 +1 @@
Subproject commit 45dacb0b5ce69f64297791b63ba45c084c87e6bf
Subproject commit 9596338ed8493dce2759f23695ba7c2adb32c345