Make WordPress Core

Changeset 62098


Ignore:
Timestamp:
03/24/2026 06:19:11 AM (4 days ago)
Author:
audrasjb
Message:

Media: Implement admin UI changes in the "Edit Image" screen and modal.

This changeset fixes some missing implementations of the new Admin UI in buttons and help links located on the "Edit Image" screen and within the related modal.

Props huzaifaalmesbah, hmbashar, audrasjb, mukesh27, wildworks, noruzzaman, shailu25, manhar, amin7, amesplant.
Fixes #64759.
See #64308.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/media-views.css

    r61862 r62098  
    4646.media-frame a {
    4747    border-bottom: none;
    48     color: #2271b1;
     48    color: var(--wp-admin-theme-color, #3858e9);
    4949}
    5050
    5151.media-frame a:hover,
    5252.media-frame a:active {
    53     color: #135e96;
     53    color: var(--wp-admin-theme-color-darker-20, #183ad6);
    5454}
    5555
Note: See TracChangeset for help on using the changeset viewer.