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 ca4844a commit a339477Copy full SHA for a339477
web_src/js/components/ActivityHeatmap.vue
@@ -72,7 +72,8 @@ 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.
+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.
77
*/
78
[data-tippy-root][style*="transition: transform 0.1s ease-out"] .tippy-box {
79
border: none;
0 commit comments