File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,15 @@ 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
75
*/
76
+ [data-tippy-root ][style *= " transition: transform 0.1s ease-out" ] .tippy-box {
77
+ border : none ;
78
+ }
79
+ /* some styles are put on the tippy-content intentionally, otherwise there will be strange animations */
76
80
[data-tippy-root ][style *= " transition: transform 0.1s ease-out" ] .tippy-box .tippy-content {
77
81
transition : none !important ;
78
82
padding : 0.5rem 1rem ;
79
83
background-color : var (--color-tooltip-bg );
80
84
color : var (--color-tooltip-text );
81
- border : none ;
82
85
border-radius : var (--border-radius );
83
86
}
84
87
</style >
You can’t perform that action at this time.
0 commit comments