mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-10 18:37:58 +01:00
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:
parent
ddc749868c
commit
514f7f723c
@ -672,7 +672,7 @@ input[type="text"].ui-autocomplete-loading,
|
|||||||
input[type="email"].ui-autocomplete-loading {
|
input[type="email"].ui-autocomplete-loading {
|
||||||
background-image: url(../images/loading.gif);
|
background-image: url(../images/loading.gif);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left center;
|
background-position: left 5px center;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
wp-admin/css/forms-rtl.min.css
vendored
2
wp-admin/css/forms-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -671,7 +671,7 @@ input[type="text"].ui-autocomplete-loading,
|
|||||||
input[type="email"].ui-autocomplete-loading {
|
input[type="email"].ui-autocomplete-loading {
|
||||||
background-image: url(../images/loading.gif);
|
background-image: url(../images/loading.gif);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: right center;
|
background-position: right 5px center;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
wp-admin/css/forms.min.css
vendored
2
wp-admin/css/forms.min.css
vendored
File diff suppressed because one or more lines are too long
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user