[wp-trac] [WordPress Trac] #60857: Freedoms.png missing from images folder
WordPress Trac
noreply at wordpress.org
Sun Mar 31 05:39:20 UTC 2024
#60857: Freedoms.png missing from images folder
------------------------------------------+--------------------------------
Reporter: sjnbham | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 6.6
Component: Help/About | Version: 5.8
Severity: trivial | Resolution:
Keywords: needs-refresh good-first-bug | Focuses: css,
| administration
------------------------------------------+--------------------------------
Changes (by SergeyBiryukov):
* keywords: 2nd-opinion => needs-refresh good-first-bug
* focuses: => css, administration
* component: Administration => Help/About
* version: 6.4.3 => 5.8
* milestone: Awaiting Review => 6.6
Comment:
Hi there, welcome back to WordPress Trac! Thanks for the ticket.
Good catch, the `wp-admin/images/freedoms.png` file was removed in [51356]
and [51459], but is still referenced in `wp-admin/css/about.css`:
{{{
.freedoms-php .column .freedoms-image {
background-image: url('../images/freedoms.png');
background-size: 100%;
padding-top: 100%;
}
.freedoms-php .column:nth-of-type(2) .freedoms-image {
background-position: 0 34%;
}
.freedoms-php .column:nth-of-type(3) .freedoms-image {
background-position: 0 66%;
}
.freedoms-php .column:nth-of-type(4) .freedoms-image {
background-position: 0 100%;
}
}}}
I think this whole section can be removed, as the `.freedoms-image`
selector is no longer used in core as of [51356].
--
Ticket URL: <https://core.trac.wordpress.org/ticket/60857#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list