loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add hover outline to heatmap squares (#30828)

Makes it easier to use because you see which square is currently
hovered:

<img width="314" alt="Screenshot 2024-05-02 at 15 38 20"
src="https://github.com/go-gitea/gitea/assets/115237/3a15dad1-2259-4f28-9fae-5cf6ad3d8798">

I did try a `scoped` style for this, but that did not work for some
reason.

(cherry picked from commit 6f89d5e3a0886d02ead732005f593ae003f78f78)

authored by

silverwind and committed by
Earl Warren
396f16e7 fb693442

+4
+4
web_src/css/features/heatmap.css
··· 31 31 padding: 0 5px; 32 32 } 33 33 34 + #user-heatmap .vch__day__square:hover { 35 + outline: 1.5px solid var(--color-text); 36 + } 37 + 34 38 /* move the "? contributions in the last ? months" text from top to bottom */ 35 39 #user-heatmap .total-contributions { 36 40 font-size: 11px;