You are not logged in.
I can't seem to find the option to get rid of the strikethrough in the bugtracker.
If you're searching through both open and closed tasks, it's hard to read:
https://bugs.archlinux.org/index.php?st … name=&type[]=&sev[]=&pri[]=&due[]=&reported[]=&cat[]=&status[]=&percent[]=&opened=&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=&openedto=&closedfrom=&closedto=&do=index
I fixed it with
@-moz-document domain("bugs.archlinux.org") {
del { text-decoration: underline !important; }
a { text-decoration: none !important; }
}
in my userContent.css (I use firefox) so now the closed tasks are underlined and don't have a line-through. Of course, you can drop the decorations altogether.
This works only for 'bugs.archlinux.org' so other pages are not affected ... I hope. I haven't tested this really, it's just a quick hack but it seems to work ;P
Offline