File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,8 @@ export default {
72
72
At the moment we could only identify the tooltip by its transition property.
73
73
https://github.com/razorness/vue3-calendar-heatmap/blob/955626176cb5dc3d3ead8120475c2e5e753cc392/src/components/CalendarHeatmap.vue#L202
74
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.
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.
76
77
*/
77
78
[data-tippy-root ][style *= " transition: transform 0.1s ease-out" ] .tippy-box {
78
79
border : none ;
You can’t perform that action at this time.
0 commit comments