Make WordPress Core

Opened 5 weeks ago

Closed 5 weeks ago

Last modified 5 weeks ago

#65837 closed defect (bug) (invalid)

Darken Jetpack Search icon - WP.com App Developer's homepage

Reported by: flexseth Owned by:
Priority: normal Milestone:
Component: Themes Version:
Severity: normal Keywords:
Cc: Focuses: accessibility

Description (last modified by flexseth)

Poor contrast on app developer's homepage https://developer.wordpress.com/apps

Suggested fix

Switch icon to the contrast color

CSS

.wp-block-search__button svg  {
   fill: inherit;
}

CSS file: https://developer.wordpress.com/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/search/style.min.css

Or otherwise, changing the contrast wherever it is located.

Attachments (1)

contrast.jpg (71.8 KB ) - added by flexseth 5 weeks ago.
Search icon in header

Download all attachments as: .zip

Change History (6)

@flexseth
5 weeks ago

Search icon in header

#1 @flexseth
5 weeks ago

  • Description modified (diff)

#2 @sabernhardt
5 weeks ago

  • Keywords close added

Hi! This is another WordPress.com site, so you would need to contact Automattic again (as you did for #63698).
https://wordpress.com/support/contact/


Global styles set the Search block button to white on developer.wordpress.com and developer.wordpress.com/apps:

/* Style nav search item */
header .lp-nav-search .wp-block-search__inside-wrapper button {
	background-color: transparent;
	color: #000;
}

header .lp-nav-search .wp-block-search__inside-wrapper button {
	color: #fff;
}

If the SVG fill is changed from currentColor to inherit, the icon would be black against near-black on developer.wordpress.com (body background is #101517, at least when data-dark-mode="true").

The developer.wordpress.com/docs page has an issue with its search button too, but that is not a Search block. That button's background is transparent with a white SVG, against a white body background.

#3 @flexseth
5 weeks ago

Ah, ok thank you! I'm drafting up a spreadsheet with info about the various contact channels and sources of truth for WordPress properties, searched everywhere trying to find the right place and landed here.

I will update to reflect all of the WP.com properties should go through the support forums.

#4 @sabernhardt
5 weeks ago

  • Keywords close removed
  • Milestone Awaiting Review
  • Resolutionfixed
  • Status newclosed

#5 @sabernhardt
5 weeks ago

  • Resolution fixedinvalid

Closing as invalid because it does not relate to WordPress Core

Note: See TracTickets for help on using tickets.