Feature #2458
add “closed” html class to closed entries in issue list
Status: | Closed | Start date: | 2009-01-07 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | 0.8.1 | |||
Resolution: | Fixed |
Description
At the moment all entries get added a class value of the IssueStatus-id (i.e. status-4). It would be great if those statuses that are marked as “closing” would also add the class “closed” to the HTML so it could be styled accordingly, e.g. with a strike-out.
This is similar to #2337
Related issues
Associated revisions
Adds 'closed' css class to closed issues in the issue list (#2458).
History
#1
Updated by Jean-Philippe Lang about 14 years ago
- Status changed from New to Resolved
- Target version set to 0.8.1
- Resolution set to Fixed
Done in r2250. You can now do things like this:
tr.issue.closed td.subject { text-decoration: line-through; }
#2
Updated by Jean-Philippe Lang about 14 years ago
- Status changed from Resolved to Closed
Fix merged in 0.8-stable.