mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
Accessibility: Media: Improve the Media Modal spinner position after [46418].
Fixes #47138. Built from https://develop.svn.wordpress.org/trunk@46549 git-svn-id: http://core.svn.wordpress.org/trunk@46346 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
71e8fedf6c
commit
d5bfc553b9
@ -1228,7 +1228,6 @@
|
|||||||
line-height: 1.38461538;
|
line-height: 1.38461538;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #666;
|
color: #666;
|
||||||
margin-left: 0.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachments-browser .no-media {
|
.attachments-browser .no-media {
|
||||||
@ -1680,6 +1679,10 @@
|
|||||||
margin: 0 5px 5px 0;
|
margin: 0 5px 5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media-frame .instructions + .spinner.is-active {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
.media-frame .spinner.is-active {
|
.media-frame .spinner.is-active {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
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
@ -1228,7 +1228,6 @@
|
|||||||
line-height: 1.38461538;
|
line-height: 1.38461538;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #666;
|
color: #666;
|
||||||
margin-right: 0.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachments-browser .no-media {
|
.attachments-browser .no-media {
|
||||||
@ -1680,6 +1679,10 @@
|
|||||||
margin: 0 0 5px 5px;
|
margin: 0 0 5px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media-frame .instructions + .spinner.is-active {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
.media-frame .spinner.is-active {
|
.media-frame .spinner.is-active {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
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
@ -8118,7 +8118,7 @@ AttachmentsBrowser = View.extend(/** @lends wp.media.view.AttachmentsBrowser.pro
|
|||||||
this.views.add( this.toolbar );
|
this.views.add( this.toolbar );
|
||||||
|
|
||||||
this.toolbar.set( 'spinner', new wp.media.view.Spinner({
|
this.toolbar.set( 'spinner', new wp.media.view.Spinner({
|
||||||
priority: -60
|
priority: -20
|
||||||
}) );
|
}) );
|
||||||
|
|
||||||
if ( showFilterByType || this.options.date ) {
|
if ( showFilterByType || this.options.date ) {
|
||||||
|
2
wp-includes/js/media-views.min.js
vendored
2
wp-includes/js/media-views.min.js
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.3-beta3-46548';
|
$wp_version = '5.3-beta3-46549';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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