Make WordPress Core

Changeset 60683


Ignore:
Timestamp:
08/27/2025 03:13:04 PM (3 months ago)
Author:
helen
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/list-tables.css

    r60680 r60683  
    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;
     
    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;
Note: See TracChangeset for help on using the changeset viewer.