#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 )
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;
}
Or otherwise, changing the contrast wherever it is located.
Attachments (1)
Change History (6)
#2
@
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
@
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Search icon in header