Opened 18 months ago
Closed 18 months ago
#34592 closed Cleanup/optimization (fixed)
admin css font does not need explicit apple fonts
Reported by: | minusf | Owned by: | minusf |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | css, font |
Cc: | Tom Carrick | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | yes |
Description
https://caniuse.com/?search=system-ui
system-ui
is supported now everywhere and -apple-system, BlinkMacSystemFont
is not required anymore.
i can make a github PR but the diff is trivial and attaching it here
Attachments (1)
Change History (7)
by , 18 months ago
Attachment: | admin_css.diff added |
---|
comment:1 by , 18 months ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Uncategorized → Cleanup/optimization |
comment:2 by , 18 months ago
Cc: | added |
---|
comment:4 by , 18 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 18 months ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
Tentatively accepting this ticket based on this link from mozilla docs and this other, less official, link.
The patch should ideally be a PR, minusf any chance you could do that?