Fix: Download panel - line-throught's opacity

This commit is contained in:
MS_Y 2021-08-23 10:54:28 +00:00 committed by GitHub
parent d72067f289
commit ea85f92dab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;