Skip to content

Commit a339477

Browse files
committed
add more comments
1 parent ca4844a commit a339477

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_src/js/components/ActivityHeatmap.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ export default {
7272
At the moment we could only identify the tooltip by its transition property.
7373
https://github.com/razorness/vue3-calendar-heatmap/blob/955626176cb5dc3d3ead8120475c2e5e753cc392/src/components/CalendarHeatmap.vue#L202
7474
This selector should be replaced by a more specific one if the library adds a CSS class.
75-
TODO: Remove this after https://github.com/razorness/vue3-calendar-heatmap/pull/34 is merged and released.
75+
TODO: Remove this after https://github.com/razorness/vue3-calendar-heatmap/pull/34 is merged and released,
76+
and then all styles could be merged into `.tippy-box` selector.
7677
*/
7778
[data-tippy-root][style*="transition: transform 0.1s ease-out"] .tippy-box {
7879
border: none;

0 commit comments

Comments
 (0)