Skip to content
Snippets Groups Projects
Commit c4d9b206 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FEAT #12018 TIME 0:05 set delegated icon in red

parent 8cb5af18
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@
<ng-container *ngIf="diffusion.process_date != null && diffusion.delegatedBy !== null">
<mat-icon mat-list-icon class="fas fa-exclamation-circle"
[title]="this.translate.instant('lang.insteadOf') + ' ' + diffusion.delegatedBy"
style="opacity:0.5;font-size: 125%;height: 15px"></mat-icon>
style="opacity:0.5;font-size: 125%;height: 15px;color: red"></mat-icon>
</ng-container>
</div>
<div class="workflowLineSubLabel" [class.unauthorized]="!diffusion.hasPrivilege || !diffusion.isValid">
......
......@@ -86,7 +86,7 @@
<ng-container *ngIf="diffusion.process_date != null && diffusion.delegatedBy !== null">
<mat-icon mat-list-icon class="fas fa-exclamation-circle"
[title]="this.translate.instant('lang.insteadOf') + ' ' + diffusion.delegatedBy"
style="opacity:0.5;font-size: 125%;height: 15px"></mat-icon>
style="opacity:0.5;font-size: 125%;height: 15px;color: red"></mat-icon>
</ng-container>
</div>
<div class="workflowLineSubLabel" [class.unauthorized]="!diffusion.hasPrivilege || !diffusion.isValid">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment