Actions
Feature #2458
closedadd “closed” html class to closed entries in issue list
Start date:
2009-01-07
Due date:
% Done:
0%
Estimated time:
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
Updated by Jean-Philippe Lang almost 16 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; }
Updated by Jean-Philippe Lang almost 16 years ago
- Status changed from Resolved to Closed
Fix merged in 0.8-stable.
Actions