Editor: Improve the tag field loading spinner alignment.

This changeset improves the loading spinner alignment of the Classic Editor's tag field.

Follow-up to [19897], [31611].

Props Presskopp, SergeyBiryukov, audrasjb.
Fixes #58136.

Built from https://develop.svn.wordpress.org/trunk@55689


git-svn-id: http://core.svn.wordpress.org/trunk@55201 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2023-04-26 21:38:21 +00:00
parent ddc749868c
commit 514f7f723c
5 changed files with 5 additions and 5 deletions

View File

@ -672,7 +672,7 @@ input[type="text"].ui-autocomplete-loading,
input[type="email"].ui-autocomplete-loading {
background-image: url(../images/loading.gif);
background-repeat: no-repeat;
background-position: left center;
background-position: left 5px center;
visibility: visible;
}

File diff suppressed because one or more lines are too long

View File

@ -671,7 +671,7 @@ input[type="text"].ui-autocomplete-loading,
input[type="email"].ui-autocomplete-loading {
background-image: url(../images/loading.gif);
background-repeat: no-repeat;
background-position: right center;
background-position: right 5px center;
visibility: visible;
}

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-alpha-55688';
$wp_version = '6.3-alpha-55689';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.