CSS improvements
This commit is contained in:
parent
43d3ae8d94
commit
a66427cd4f
@ -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>
|
||||
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user