Fix: Decoration - Remove through when hovering on the label of download panel

This commit is contained in:
alstjr7375 2022-08-07 02:44:54 +09:00
parent 6f353154f2
commit f945ac8aec
3 changed files with 9 additions and 0 deletions

View file

@ -2858,6 +2858,9 @@
text-decoration: line-through;
text-decoration-color: color-mix(in srgb, currentColor 65%, transparent);
}
#downloadsListBox .download-state:not([exists], [state="0"]) .downloadTarget:hover {
text-decoration: none;
}
#downloadsListBox .download-state:not([exists], [state="0"]) .downloadTypeIcon {
filter: grayscale(100%) !important;
}

View file

@ -3396,6 +3396,9 @@
text-decoration: line-through;
text-decoration-color: color-mix(in srgb, currentColor 65%, transparent);
}
#downloadsListBox .download-state:not([exists], [state="0"]) .downloadTarget:hover {
text-decoration: none;
}
#downloadsListBox .download-state:not([exists], [state="0"]) .downloadTypeIcon {
filter: grayscale(100%) !important;
}