Updates: Ensure theme screenshots are positioned correctly.
Underlying problem: the updates list tables inherit styles from classes named for plugins. This makes the intention much more explicit so we can actually maintain and make changes sanely going forward. Fixes #63120. Built from https://develop.svn.wordpress.org/trunk@60683 git-svn-id: http://core.svn.wordpress.org/trunk@60019 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1314,9 +1314,10 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* modified for the emoji */
|
||||
|
||||
.plugins .plugin-title .dashicons,
|
||||
.plugins .plugin-title img.plugin-icon {
|
||||
.plugins .plugin-title img.plugin-icon,
|
||||
.plugins .plugin-title img.updates-table-screenshot {
|
||||
float: right;
|
||||
padding: 0 0 0 10px;
|
||||
width: 64px;
|
||||
@@ -1331,7 +1332,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
|
||||
color: #c3c4c7;
|
||||
}
|
||||
|
||||
#update-themes-table .plugin-title img,
|
||||
#update-themes-table .plugin-title img.updates-table-screenshot,
|
||||
#update-themes-table .plugin-title .dashicons {
|
||||
width: 85px;
|
||||
}
|
||||
|
||||
2
wp-admin/css/list-tables-rtl.min.css
vendored
2
wp-admin/css/list-tables-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1313,9 +1313,10 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* modified for the emoji */
|
||||
|
||||
.plugins .plugin-title .dashicons,
|
||||
.plugins .plugin-title img.plugin-icon {
|
||||
.plugins .plugin-title img.plugin-icon,
|
||||
.plugins .plugin-title img.updates-table-screenshot {
|
||||
float: left;
|
||||
padding: 0 10px 0 0;
|
||||
width: 64px;
|
||||
@@ -1330,7 +1331,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
|
||||
color: #c3c4c7;
|
||||
}
|
||||
|
||||
#update-themes-table .plugin-title img,
|
||||
#update-themes-table .plugin-title img.updates-table-screenshot,
|
||||
#update-themes-table .plugin-title .dashicons {
|
||||
width: 85px;
|
||||
}
|
||||
|
||||
2
wp-admin/css/list-tables.min.css
vendored
2
wp-admin/css/list-tables.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.9-alpha-60682';
|
||||
$wp_version = '6.9-alpha-60683';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user