Minor updates
This commit is contained in:
parent
0373f1a7b9
commit
722cf6dc26
@ -20,7 +20,12 @@
|
|||||||
<redaction-file-workload [file]="file"></redaction-file-workload>
|
<redaction-file-workload [file]="file"></redaction-file-workload>
|
||||||
|
|
||||||
<div class="file-actions">
|
<div class="file-actions">
|
||||||
<div class="spinning-icon mr-8" matTooltip="{{ 'file-status.processing' | translate }}" matTooltipPosition="above">
|
<div
|
||||||
|
*ngIf="file.isProcessing"
|
||||||
|
class="spinning-icon mr-8"
|
||||||
|
matTooltip="{{ 'file-status.processing' | translate }}"
|
||||||
|
matTooltipPosition="above"
|
||||||
|
>
|
||||||
<mat-icon svgIcon="red:reanalyse"></mat-icon>
|
<mat-icon svgIcon="red:reanalyse"></mat-icon>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -47,13 +47,12 @@ redaction-file-workload {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.actions-wrapper {
|
.actions-wrapper {
|
||||||
border: 1px solid;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
redaction-file-actions:not(.keep-visible) {
|
redaction-file-actions:not(.keep-visible) {
|
||||||
//display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mt-4 {
|
.mt-4 {
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 7ec9b548fa77f9ce36b285626b702efb8981bb39
|
Subproject commit 276b202f6a390155b27d4dab9317dc2b1e3506f2
|
||||||
Loading…
x
Reference in New Issue
Block a user