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;
|
||||
font-size: 13px;
|
||||
color: #666;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.attachments-browser .no-media {
|
||||
|
@ -1680,6 +1679,10 @@
|
|||
margin: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.media-frame .instructions + .spinner.is-active {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.media-frame .spinner.is-active {
|
||||
visibility: visible;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1228,7 +1228,6 @@
|
|||
line-height: 1.38461538;
|
||||
font-size: 13px;
|
||||
color: #666;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.attachments-browser .no-media {
|
||||
|
@ -1680,6 +1679,10 @@
|
|||
margin: 0 0 5px 5px;
|
||||
}
|
||||
|
||||
.media-frame .instructions + .spinner.is-active {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.media-frame .spinner.is-active {
|
||||
visibility: visible;
|
||||
}
|
||||
|
|
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.toolbar.set( 'spinner', new wp.media.view.Spinner({
|
||||
priority: -60
|
||||
priority: -20
|
||||
}) );
|
||||
|
||||
if ( showFilterByType || this.options.date ) {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue