Make WordPress Core

Opened 2 months ago

Last modified 18 hours ago

#64877 new defect (bug)

Default site icon fallback still uses blue logo

Reported by: huzaifaalmesbah's profile huzaifaalmesbah Owned by:
Milestone: 7.1 Priority: normal
Severity: normal Version: trunk
Component: General Keywords: has-patch
Focuses: Cc:

Description

Following 61989, which updated the login logo from blue to gray to match the refreshed design, the default site icon fallback still uses the old blue logo.

When no custom site icon is set, WordPress falls back to the blue logo in embeds and feeds. Updating this fallback to the gray logo would help maintain visual consistency with the updated WordPress design.

Change History (11)

This ticket was mentioned in PR #11283 on WordPress/wordpress-develop by @niravsherasiya7707.


2 months ago
#1

  • Keywords has-patch added

#2 @SergeyBiryukov
2 months ago

  • Milestone changed from Awaiting Review to 7.0
  • Version set to trunk

@niravsherasiya7707 commented on PR #11283:


2 months ago
#3

@huzaifaalmesbah Umm, but it should match the new primary color right?

@nikunj8866 commented on PR #11283:


2 months ago
#4

@nirav7707 I agree with @huzaifaalmesbah. We should follow the existing WordPress core implementation and use the grey color, as seen on the login screen, to maintain consistency.

This ticket was mentioned in PR #11293 on WordPress/wordpress-develop by @sabernhardt.


2 months ago
#5

  • Adds a new gray logo in wp-includes/images. (I started with wp-admin/images/wordpress-logo-gray.svg, added a white background, and used Adobe Illustrator to save as PNG.)
  • Calls the new image in embed site title link and do_favicon() function.
  • Removes custom properties from embed CSS because the variables would not be defined.

Current blue logo
https://github.com/user-attachments/assets/fffb7b26-567e-4fbd-a625-f34e11412044

Gray logo
https://github.com/user-attachments/assets/315dd9b2-a61f-4602-abf3-03f235ffb148

Trac 64877

Use of AI Tools: none

#6 @sabernhardt
2 months ago

This is outside the scope of the admin redesign, but the fallback logo probably could be changed to gray anyway.

@niravsherasiya7707 commented on PR #11283:


2 months ago
#7

@huzaifaalmesbah @nikunj8866 The grey logo isn’t very visible. While it doesn’t directly impact accessibility, it requires extra effort to notice and could be improved for better visibility. What's your thought on this?
https://github.com/user-attachments/assets/6783e6b6-d0be-4b64-b126-59b06cef614e

@sabernhardt commented on PR #11283:


2 months ago
#8

The logo image needs a white background. See #11293.

This ticket was mentioned in Slack in #core by mukeshpanchal27. View the logs.


8 weeks ago

#10 @joedolson
8 weeks ago

  • Milestone changed from 7.0 to 7.1

#11 @audrasjb
18 hours ago

Removing trunk version as this is not going to be shipped with WP 7.0 but in the next releases.

Note: See TracTickets for help on using tickets.