mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix: workflow trigger / action ID color legibility
This commit is contained in:
		| @@ -39,7 +39,7 @@ | ||||
|                     <div ngbAccordionHeader> | ||||
|                       <button ngbAccordionButton>{{i + 1}}. {{getTriggerTypeOptionName(triggerFields.controls[i].value.type)}} | ||||
|                         @if(trigger.id > -1) { | ||||
|                           <span class="badge bg-dark text-light ms-2">ID: {{trigger.id}}</span> | ||||
|                           <span class="badge bg-primary text-primary-text-contrast ms-2">ID: {{trigger.id}}</span> | ||||
|                         } | ||||
|                         <button type="button" class="btn btn-link text-danger ms-2" (click)="removeTrigger(i)"> | ||||
|                           <svg class="sidebaricon me-1" fill="currentColor"> | ||||
| @@ -83,7 +83,7 @@ | ||||
|                     <div ngbAccordionHeader> | ||||
|                       <button ngbAccordionButton>{{i + 1}}. {{getActionTypeOptionName(actionFields.controls[i].value.type)}} | ||||
|                         @if(action.id > -1) { | ||||
|                           <span class="badge bg-dark text-light ms-2">ID: {{action.id}}</span> | ||||
|                           <span class="badge bg-primary text-primary-text-contrast ms-2">ID: {{action.id}}</span> | ||||
|                         } | ||||
|                         <button type="button" class="btn btn-link text-danger ms-2" (click)="removeAction(i)"> | ||||
|                           <svg class="sidebaricon me-1" fill="currentColor"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon