Vote #78857
完了Fix for project link background in calendar tooltips
0%
説明
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:
!calendar_tooltip_issue.png!
After patch:
!calendar_tooltip_fixed.png!
journals
--------------------------------------------------------------------------------
I think there is no problem to include this small UI fix in the next minor release. Setting target version to 3.3.6.
--------------------------------------------------------------------------------
I think that it is more safe to target directly the issue using @table.cal .starting a.issue@ instead of the :first-child.
--------------------------------------------------------------------------------
Yes, I agree. Marius' approach is much cleaner. Thank you!
I've made another patch with the changes suggested by him.
--------------------------------------------------------------------------------
Committed in the trunk and merged to stable branches.
Thank you for fixing this issue and thank Marius for reviewing the patch.
--------------------------------------------------------------------------------