broken styles on hover in activity #12946

Closed
opened 2025-11-02 10:25:56 -06:00 by GiteaMirror · 7 comments
Owner

Originally created by @stuzer05 on GitHub (May 1, 2024).

Description

image

both on main screen and profile

Gitea Version

trunk

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

docker

Database

None

Originally created by @stuzer05 on GitHub (May 1, 2024). ### Description ![image](https://github.com/go-gitea/gitea/assets/23124682/8358e854-b22a-4643-99e2-9783807ce0bf) both on main screen and profile ### Gitea Version trunk ### Can you reproduce the bug on the Gitea demo site? Yes ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? docker ### Database None
GiteaMirror added the type/bugtopic/ui labels 2025-11-02 10:25:56 -06:00
Author
Owner

@wxiaoguang commented on GitHub (May 2, 2024):

It's related to the tippy style change @silverwind

@wxiaoguang commented on GitHub (May 2, 2024): It's related to the tippy style change @silverwind
Author
Owner

@silverwind commented on GitHub (May 2, 2024):

Yes, this is related to the removal of the default 1rem padding. Will check.

@silverwind commented on GitHub (May 2, 2024): Yes, this is related to the removal of the default 1rem padding. Will check.
Author
Owner

@silverwind commented on GitHub (May 2, 2024):

Problem is, this lib does not expose any way to allow modifying these tippy instances:

955626176c/src/components/CalendarHeatmap.vue (L200-L204)

And even if I raise a PR, it seems likely it's not going to be merged anytime soon.

@silverwind commented on GitHub (May 2, 2024): Problem is, this lib does not expose any way to allow modifying these tippy instances: https://github.com/razorness/vue3-calendar-heatmap/blob/955626176cb5dc3d3ead8120475c2e5e753cc392/src/components/CalendarHeatmap.vue#L200-L204 And even if I raise a PR, it seems likely it's not going to be merged anytime soon.
Author
Owner

@silverwind commented on GitHub (May 2, 2024):

So I think the proper solution is to pass tooltip=false to the lib and instantiate our own tippy.

@silverwind commented on GitHub (May 2, 2024): So I think the proper solution is to pass `tooltip=false` to the lib and instantiate our own tippy.
Author
Owner

@wxiaoguang commented on GitHub (May 2, 2024):

So I think the proper solution is to pass tooltip=false to the lib and instantiate our own tippy.

That's what I said in https://github.com/go-gitea/gitea/pull/30732#issuecomment-2085395594 : I still do not think it is safe to backport.

Now we have limited time to fix this new regression.

@wxiaoguang commented on GitHub (May 2, 2024): > So I think the proper solution is to pass `tooltip=false` to the lib and instantiate our own tippy. That's what I said in https://github.com/go-gitea/gitea/pull/30732#issuecomment-2085395594 : `I still do not think it is safe to backport.` Now we have limited time to fix this new regression.
Author
Owner

@silverwind commented on GitHub (May 2, 2024):

It's fine, it's a minor cosmetical issue.

@silverwind commented on GitHub (May 2, 2024): It's fine, it's a minor cosmetical issue.
Author
Owner

@wxiaoguang commented on GitHub (May 2, 2024):

I also proposed one. Fix activity heat map padding & locale #30823

@wxiaoguang commented on GitHub (May 2, 2024): I also proposed one. Fix activity heat map padding & locale #30823
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#12946