64953 fixed old color in media view#11409
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core Committers: Use this line as a base for the props when committing in SVN: To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
joedolson
left a comment
There was a problem hiding this comment.
There's an additional color overlooked here, on .media-modal-close:focus, which should also be updated.
|
@OpuRockey, I believe you have already submitted PR #11375, which is similar to this one. However, let's prioritize this PR. Please apply this feedback from that PR to this one as well. |
@joedolson , I’ve addressed the requested changes. Let me know if anything else is needed. |
@t-hamano , All suggested changes have been incorporated. Kindly review again.
|
t-hamano
left a comment
There was a problem hiding this comment.
Thanks for the update!
Overall, it looks good. However, since the original colors #043959 and #135e96 represented a darker color in the old default theme, I believe we should use a darker color as well.
|
@t-hamano, Thanks for the suggestions. I’ve applied the changes. Please review. |
I believe all feedback has been addressed.




Ticket: https://core.trac.wordpress.org/ticket/65001
Description:
This PR updates the color usage in media-view.css to align with the modern WordPress admin color system by replacing hardcoded/legacy color values with standardized admin color variables.
As part of ongoing efforts in WordPress core to reduce color inconsistencies and adopt a unified color palette using CSS custom properties, admin styles are being refactored to use semantic color tokens instead of fixed values.
Changes Made:
Why This Change:
Impact:
Testing Instructions:
Screenshot: