Editor: Correct alignment for “Remove tag” icon in classic editor.

Follow-up to [38880], [61645].

Props umesh.nevase, sabernhardt, SergeyBiryukov.
Fixes #65133.
Built from https://develop.svn.wordpress.org/trunk@62279


git-svn-id: http://core.svn.wordpress.org/trunk@61559 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2026-04-27 23:48:47 +00:00
parent 18b839d12f
commit eff2ed0b2d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -830,7 +830,7 @@ img.emoji {
border-radius: 50%;
color: var(--wp-admin-theme-color, #3858e9);
/* vertically center the icon cross browsers */
line-height: 1.28;
line-height: 1.1;
}
.tagchecklist .ntdelbutton:focus {
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -829,7 +829,7 @@ img.emoji {
border-radius: 50%;
color: var(--wp-admin-theme-color, #3858e9);
/* vertically center the icon cross browsers */
line-height: 1.28;
line-height: 1.1;
}
.tagchecklist .ntdelbutton:focus {
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '7.1-alpha-62278';
$wp_version = '7.1-alpha-62279';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.