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:
Helen Hou-Sandí
2025-08-27 15:15:30 +00:00
parent 1dc6a28e04
commit 3ffbc9770f
5 changed files with 11 additions and 9 deletions

View File

@@ -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;
}

File diff suppressed because one or more lines are too long

View File

@@ -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;
}

File diff suppressed because one or more lines are too long

View File

@@ -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.