From 5897b7b4f57335beadc3cc4aba9ff5f54bb5166b Mon Sep 17 00:00:00 2001 From: Jinjing <6427696+AmethystLiang@users.noreply.github.com> Date: Sun, 30 Aug 2026 21:27:34 -0700 Subject: [PATCH] ui: highlight completed downloads with success styling (#17617) Completed downloads now display with a success background and text color to make their completion status more visually obvious. --- .../navigate/browser-page-download-list.tsx | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/renderer/src/components/browser-pane/navigate/browser-page-download-list.tsx b/src/renderer/src/components/browser-pane/navigate/browser-page-download-list.tsx index 6cc53cb1a61..c1607ab3803 100644 --- a/src/renderer/src/components/browser-pane/navigate/browser-page-download-list.tsx +++ b/src/renderer/src/components/browser-pane/navigate/browser-page-download-list.tsx @@ -22,7 +22,7 @@ export function BrowserPageDownloadList({ } return ( -