Feature #1555
Open vs. Closed Issues in Calendar / Activity
| Status: | Resolved | Start: | 2008-07-01 | |
| Priority: | Low | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | UI | |||
| Target version: | - | |||
| Resolution: |
Description
When issues are displayed in the Calendar (and other places, i noticed activity), it would be nice to see issue titles grayed out or crossed out like they are in the roadmap. closed issues in the roadmap are displayed crossed out, but they are not displayed that way in the calendar and activity. it would also be nice to choose the style of those issues, grayed out vs crossed out.
History
2008-07-22 00:07 - Peter Van den Bosch
- Status changed from New to Resolved
A recent commit, r1680, does this, so it should be in release 0.8. You can change the style of closed issues by editing following line in application.css
a.issue.closed { text-decoration: line-through; }
2008-07-31 23:59 - Chris Hart
Hmm this is really weird. I'm using 0.7.3 stable for a project and somehow the line-through rule is being ignored when I look at the Roadmap. Any ideas?