mirror of
https://github.com/WordPress/WordPress.git
synced 2026-06-19 07:37:07 +00:00
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:
@@ -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 {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user