Skip to content

Commit 9b7321c

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@60683 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 6a8e627 commit 9b7321c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/wp-admin/css/list-tables.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,9 +1313,10 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
13131313
white-space: nowrap;
13141314
}
13151315

1316-
/* modified for the emoji */
1316+
13171317
.plugins .plugin-title .dashicons,
1318-
.plugins .plugin-title img.plugin-icon {
1318+
.plugins .plugin-title img.plugin-icon,
1319+
.plugins .plugin-title img.updates-table-screenshot {
13191320
float: left;
13201321
padding: 0 10px 0 0;
13211322
width: 64px;
@@ -1330,7 +1331,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
13301331
color: #c3c4c7;
13311332
}
13321333

1333-
#update-themes-table .plugin-title img,
1334+
#update-themes-table .plugin-title img.updates-table-screenshot,
13341335
#update-themes-table .plugin-title .dashicons {
13351336
width: 85px;
13361337
}

0 commit comments

Comments
 (0)