From ea85f92dabd53fd7951a85998b2a962c376767f1 Mon Sep 17 00:00:00 2001 From: MS_Y Date: Mon, 23 Aug 2021 10:54:28 +0000 Subject: [PATCH] Fix: Download panel - line-throught's opacity --- userChrome.css | 1 + 1 file changed, 1 insertion(+) diff --git a/userChrome.css b/userChrome.css index 5ed9757..043d981 100644 --- a/userChrome.css +++ b/userChrome.css @@ -416,6 +416,7 @@ /* File moved or missing */ #downloadsListBox .download-state:not([exists]) .downloadTarget { text-decoration: line-through; + text-decoration-color: color-mix(in srgb, currentColor 65%, transparent); } #downloadsListBox .download-state:not([exists]) .downloadTypeIcon { filter: grayscale(100%) !important;