From 0119830ea71c25a5243b19f2ea46539ee72500b8 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Tue, 10 Jun 2025 13:45:17 -0500 Subject: [PATCH] fix: adds hover styles to download action buttons --- templates/components/DownloadListRow.html.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/components/DownloadListRow.html.twig b/templates/components/DownloadListRow.html.twig index dab6263..3994b4e 100644 --- a/templates/components/DownloadListRow.html.twig +++ b/templates/components/DownloadListRow.html.twig @@ -1,7 +1,7 @@ {{ download.title }} @@ -34,16 +34,16 @@ {% if download.status == 'In Progress' and download.progress < 100 %} - {% elseif download.status == 'Paused' %} - {% endif %} - {% set delete_button = component('ux:icon', {name: 'ic:twotone-cancel', height: '17.75px', width: '17.75px', class: 'rounded-full align-middle text-red-600' }) %} + {% set delete_button = component('ux:icon', {name: 'ic:twotone-cancel', height: '17.75px', width: '17.75px', class: 'rounded-full align-middle text-red-600 hover:text-red-700' }) %} Are you sure you want to delete {{ download.filename }}?