Actions
Patch #5971
closedRemove falsly applied chrome on revision links
Start date:
2010-07-27
Due date:
% Done:
100%
Estimated time:
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
Files
Updated by Eric Davis about 14 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.
Updated by Eric Davis about 14 years ago
- Status changed from Resolved to Closed
Merged to 1.0-stable for release in 1.0.1.
Actions