From a33947780bc0bcabbce7388cb542bd3c51bb8271 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Thu, 2 May 2024 21:04:49 +0800 Subject: [PATCH] add more comments --- web_src/js/components/ActivityHeatmap.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web_src/js/components/ActivityHeatmap.vue b/web_src/js/components/ActivityHeatmap.vue index cf475abe06..5de6b8f1ef 100644 --- a/web_src/js/components/ActivityHeatmap.vue +++ b/web_src/js/components/ActivityHeatmap.vue @@ -72,7 +72,8 @@ export default { At the moment we could only identify the tooltip by its transition property. https://github.com/razorness/vue3-calendar-heatmap/blob/955626176cb5dc3d3ead8120475c2e5e753cc392/src/components/CalendarHeatmap.vue#L202 This selector should be replaced by a more specific one if the library adds a CSS class. -TODO: Remove this after https://github.com/razorness/vue3-calendar-heatmap/pull/34 is merged and released. +TODO: Remove this after https://github.com/razorness/vue3-calendar-heatmap/pull/34 is merged and released, +and then all styles could be merged into `.tippy-box` selector. */ [data-tippy-root][style*="transition: transform 0.1s ease-out"] .tippy-box { border: none;