We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c81ba commit ca4844aCopy full SHA for ca4844a
web_src/js/components/ActivityHeatmap.vue
@@ -72,6 +72,7 @@ export default {
72
At the moment we could only identify the tooltip by its transition property.
73
https://github.com/razorness/vue3-calendar-heatmap/blob/955626176cb5dc3d3ead8120475c2e5e753cc392/src/components/CalendarHeatmap.vue#L202
74
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.
76
*/
77
[data-tippy-root][style*="transition: transform 0.1s ease-out"] .tippy-box {
78
border: none;
0 commit comments