Make WordPress Core

Changeset 55689


Ignore:
Timestamp:
04/26/2023 09:36:43 PM (6 weeks ago)
Author:
audrasjb
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/forms.css

    r55103 r55689  
    672672    background-image: url(../images/loading.gif);
    673673    background-repeat: no-repeat;
    674     background-position: right center;
     674    background-position: right 5px center;
    675675    visibility: visible;
    676676}
Note: See TracChangeset for help on using the changeset viewer.