Actions
Patch #27139
closedFix for project link background in calendar tooltips
Description
The project link in the calendar tooltip shows the same background image (starting, ending) as the related issue number.
The patch adds a :first-child
selector in the default application.css
file.
Before patch:
After patch:
Files
Updated by Mischa The Evil about 7 years ago
- Target version set to Unplanned backlogs
Updated by Go MAEDA almost 7 years ago
- Target version changed from Unplanned backlogs to 3.3.6
I think there is no problem to include this small UI fix in the next minor release. Setting target version to 3.3.6.
Updated by Marius BÄ‚LTEANU almost 7 years ago
I think that it is more safe to target directly the issue using table.cal .starting a.issue
instead of the :first-child.
Updated by Bernhard Rohloff almost 7 years ago
- File calendar_tooltip_fix_suggested_by_marius.diff calendar_tooltip_fix_suggested_by_marius.diff added
Yes, I agree. Marius' approach is much cleaner. Thank you!
I've made another patch with the changes suggested by him.
Updated by Go MAEDA almost 7 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed in the trunk and merged to stable branches.
Thank you for fixing this issue and thank Marius for reviewing the patch.
Actions