mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-07 17:54:27 -08:00
Fix: Decoration - Remove through when hovering on the label of download panel
This commit is contained in:
parent
6f353154f2
commit
f945ac8aec
3 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue