#35121 closed Bug (fixed)
Links in the admin should use the --link-fg color.
Reported by: | Mariusz Felisiak | Owned by: | Salvo Polizzi |
---|---|---|---|
Component: | contrib.admin | Version: | 5.0 |
Severity: | Release blocker | Keywords: | |
Cc: | Mariana, Tom Carrick, Collin Anderson | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description
Links in the admin should use the --link-fg
color. There is #34038 to improve links in the admin, however, this is a separate regression that should be fixed and backported to Django 5.0:
-
django/contrib/admin/static/admin/css/base.css
diff --git a/django/contrib/admin/static/admin/css/base.css b/django/contrib/admin/static/admin/css/base.css index aaa9c3441a..daf4699cac 100644
a b body { 102 102 /* LINKS */ 103 103 104 104 a:link, a:visited { 105 color: var(-- body-fg);105 color: var(--link-fg); 106 106 text-decoration: none; 107 107 transition: color 0.15s, background 0.15s; 108 108 }
Reported by Collin.
Regression in 6ad2738a8f32b94cbae742f212080fadf2dee421.
Change History (4)
comment:1 by , 10 months ago
Has patch: | set |
---|
comment:2 by , 10 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Triage Stage: | Accepted → Ready for checkin |
comment:3 by , 10 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 10c7c73: