From 9002ba2e0492df42d7c13e58864cc5fbc5c6c390 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 31 Aug 2021 17:26:42 +0000 Subject: [PATCH] Media: fix showing of the "Filter Media" filds when replacing an image from the media modal. Props mhuntdesign, sabernhardt, azaozz. Fixes #53833. git-svn-id: https://develop.svn.wordpress.org/trunk@51703 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/media-views.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/css/media-views.css b/src/wp-includes/css/media-views.css index b3dca00ea1..ae62e862ab 100644 --- a/src/wp-includes/css/media-views.css +++ b/src/wp-includes/css/media-views.css @@ -370,7 +370,7 @@ } .media-sidebar h2, -.image-details h2 { +.image-details h2:not(.media-attachments-filter-heading) { position: relative; font-weight: 600; text-transform: uppercase;