#35382: Remove unused CSS style `.inline-related fieldset.module h3`
--------------------------------------+------------------------------------
Reporter: Sarah Boyce | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: contrib.admin | Version: 5.0
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------
Comment (by Marijke Luttekes):
Hello, author of the fix for the aforementioned other ticket here.
The light blue color used for inline H3s feels random; it does not fit the
Django Admin's color scheme.
Since the CSS hasn't been touched for years and is unused, and the color
is not referred to with CSS custom properties, I assume it's an old
remnant that wasn't meant to match modern admin styles.
Hence I propose we find a style or color that better fits with the current
base colors tint-wise, and find a suitable text color with a WCAG-approved
contrasting text color.
I am not a designer, so I would experiment with my PR and see what works.
It's not a scientific method. If anyone has had a good thought about this
before, let me know!
--
Ticket URL: <
https://code.djangoproject.com/ticket/35382#comment:8>