mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Media: fix showing of the "Filter Media" filds when replacing an image from the media modal.
Props mhuntdesign, sabernhardt, azaozz. Fixes #53833. Built from https://develop.svn.wordpress.org/trunk@51703 git-svn-id: http://core.svn.wordpress.org/trunk@51309 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
46ba4f8b70
commit
4112d77597
@ -371,7 +371,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.media-sidebar h2,
|
.media-sidebar h2,
|
||||||
.image-details h2 {
|
.image-details h2:not(.media-attachments-filter-heading) {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
2
wp-includes/css/media-views-rtl.min.css
vendored
2
wp-includes/css/media-views-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -370,7 +370,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.media-sidebar h2,
|
.media-sidebar h2,
|
||||||
.image-details h2 {
|
.image-details h2:not(.media-attachments-filter-heading) {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
2
wp-includes/css/media-views.min.css
vendored
2
wp-includes/css/media-views.min.css
vendored
File diff suppressed because one or more lines are too long
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.9-alpha-51702';
|
$wp_version = '5.9-alpha-51703';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user