Patch #5971
Remove falsly applied chrome on revision links
| Status: | Closed | Start date: | 2010-07-27 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Eric Davis | % Done: | 100% | |
| Category: | UI | |||
| Target version: | 1.0.1 |
Description
Revision links inside commit messages have superfluous chrome applied in the issue display template. This is because the surrounding div, as well as the revision link have class changeset and the CSS does not properly restrict the rules. An example can be seen on redmine.org on #5925.
The attached patch fixes the CSS. The patch is also available on github
Associated revisions
Remove extra css like the border on revision links in Associated Revisions. #5971
Contributed by Holger Just.
History
#1 Updated by Eric Davis almost 3 years ago
- Category changed from Text formatting to UI
- Status changed from New to Resolved
- Assignee set to Eric Davis
- Target version set to 1.0.1
- % Done changed from 0 to 100
Committed in r3908. The border was so light I couldn't even see it on my main monitor.
#2 Updated by Eric Davis almost 3 years ago
- Status changed from Resolved to Closed
Merged to 1.0-stable for release in 1.0.1.
