Skip to content

Commit 8bf48cf

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@62098 602fd350-edb4-49c9-b593-d223f7449a82
1 parent d9f1249 commit 8bf48cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-includes/css/media-views.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545

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

5656
.media-frame a:focus {

0 commit comments

Comments
 (0)