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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
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 {
|
||||
background-image: url(../images/loading.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right center;
|
||||
background-position: right 5px center;
|
||||
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
Reference in New Issue
Block a user