From 935588041629fe86a2f7386e17e94741e9d5eb85 Mon Sep 17 00:00:00 2001
From: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Date: Thu, 20 Feb 2025 15:17:11 -0100
Subject: [PATCH] Bug 39179: Update style of 'remove' button when adding
 requests to batch

Sponsored-by: UKHSA - UK Health Security Agency
Signed-off-by: Jeremy Evans <Jeremy.Evans@ukhsa.gov.uk>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
---
 koha-tmpl/intranet-tmpl/prog/js/ill-batch-modal.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/js/ill-batch-modal.js b/koha-tmpl/intranet-tmpl/prog/js/ill-batch-modal.js
index a9811a33486..e59f2786f09 100644
--- a/koha-tmpl/intranet-tmpl/prog/js/ill-batch-modal.js
+++ b/koha-tmpl/intranet-tmpl/prog/js/ill-batch-modal.js
@@ -1062,7 +1062,8 @@
             '<button type="button" aria-label=' +
             ill_button_remove +
             (data.requestId ? ' disabled aria-disabled="true"' : "") +
-            ' class="btn btn-xs btn-danger remove-row">' +
+            ' class="btn btn-xs btn-default remove-row">' +
+            '<i class="fa fa-trash-can" aria-hidden="true" style="pointer-events:none"></i> ' +
             ill_button_remove +
             "</button>"
         );
-- 
2.49.0