Skip to content

Commit a6ca394

Browse files
committed
fix border style
1 parent fbb7599 commit a6ca394

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web_src/js/components/ActivityHeatmap.vue

+3-1
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,14 @@ At the moment we could only identify the tooltip by its transition property.
7373
https://github.com/razorness/vue3-calendar-heatmap/blob/955626176cb5dc3d3ead8120475c2e5e753cc392/src/components/CalendarHeatmap.vue#L202
7474
This selector should be replaced by a more specific one if the library adds a CSS class.
7575
*/
76+
[data-tippy-root][style*="transition: transform 0.1s ease-out"] .tippy-box {
77+
border: none;
78+
}
7679
[data-tippy-root][style*="transition: transform 0.1s ease-out"] .tippy-box .tippy-content {
7780
transition: none !important;
7881
padding: 0.5rem 1rem;
7982
background-color: var(--color-tooltip-bg);
8083
color: var(--color-tooltip-text);
81-
border: none;
8284
border-radius: var(--border-radius);
8385
}
8486
</style>

0 commit comments

Comments
 (0)