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 fbb7599 commit a6ca394Copy full SHA for a6ca394
web_src/js/components/ActivityHeatmap.vue
@@ -73,12 +73,14 @@ 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
*/
76
+[data-tippy-root][style*="transition: transform 0.1s ease-out"] .tippy-box {
77
+ border: none;
78
+}
79
[data-tippy-root][style*="transition: transform 0.1s ease-out"] .tippy-box .tippy-content {
80
transition: none !important;
81
padding: 0.5rem 1rem;
82
background-color: var(--color-tooltip-bg);
83
color: var(--color-tooltip-text);
- border: none;
84
border-radius: var(--border-radius);
85
}
86
</style>
0 commit comments