django / code.djangoproject.com

Configuration for Django's Trac instance (code.djangoproject.com)
BSD 3-Clause "New" or "Revised" License
48 stars 42 forks source link

Shadow-looking background on comments #163

Closed bmispelon closed 9 months ago

bmispelon commented 9 months ago

There's a weird shadow-looking horizontal bar under comment titles on the ticket page:

Screenshot 2024-01-25 at 22-09-49 #35141 (CACHE_MIDDLEWARE_SECONDS can be set to a float but has to be an int) – Django

It's not a box-shadow (that would have been caught by the noshadows.py script), this time it seems to be a fancy CSS background. Disabling the background completely looks a bit too empty, so I'm not sure how to replace it (maybe a simpler line rather than a gradient?). We should also try to figure out if other elements are affected.

felixxm commented 9 months ago

Fixed.