1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-26 05:05:51 +00:00

Update web_src/js/components/ActivityHeatmap.vue

Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
wxiaoguang 2024-05-02 20:57:50 +08:00 committed by GitHub
parent d6c81ba5f0
commit ca4844a3e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,6 +72,7 @@ export default {
At the moment we could only identify the tooltip by its transition property.
https://github.com/razorness/vue3-calendar-heatmap/blob/955626176cb5dc3d3ead8120475c2e5e753cc392/src/components/CalendarHeatmap.vue#L202
This selector should be replaced by a more specific one if the library adds a CSS class.
TODO: Remove this after https://github.com/razorness/vue3-calendar-heatmap/pull/34 is merged and released.
*/
[data-tippy-root][style*="transition: transform 0.1s ease-out"] .tippy-box {
border: none;