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:
Andrea Fercia 2019-10-15 16:47:02 +00:00
parent 71e8fedf6c
commit d5bfc553b9
7 changed files with 13 additions and 7 deletions

View File

@ -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;
} }

File diff suppressed because one or more lines are too long

View File

@ -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;
} }

File diff suppressed because one or more lines are too long

View File

@ -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 ) {

File diff suppressed because one or more lines are too long

View File

@ -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.