Make WordPress Core

Changeset 63452


Ignore:
Timestamp:
09/03/2026 09:17:39 PM (26 hours ago)
Author:
joedolson
Message:

Administration: Fix plugin update row in narrow viewports.

Update CSS for active plugin updates to account for the changes in list table structure in r62958, which did not account for how plugin updates display notices in mobile viewports. Remove doubled left border and stabilize layout.

Props khokansardar, sukhendu2002, arkaprabhachowdhury, joedolson.
Fixes #65956.

File:
1 edited

Legend:

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

    r62958 r63452  
    23412341        .plugins tr.active + tr.inactive th.check-column,
    23422342        .plugins tr.active + tr.inactive td.check-column,
    2343         .plugins tr.active + tr.inactive td.column-description,
    2344         .plugins .plugin-update-tr:before {
     2343        .plugins tr.active + tr.inactive td.column-description {
    23452344                box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    23462345        }
     
    23522351        }
    23532352
    2354         /* mimic the checkbox th */
    2355         .plugins .plugin-update-tr:before {
    2356                 content: "";
    2357                 display: table-cell;
    2358         }
    2359 
    23602353        .plugins #the-list .plugin-update-tr .plugin-update {
     2354                flex: 0 1 100%;
    23612355                border-left: none;
    23622356        }
     
    23642358        .plugin-update-tr .update-message {
    23652359                margin-left: 0;
    2366         }
    2367 
    2368         .plugins .active.update + .plugin-update-tr:before,
    2369         .plugins .active.updated + .plugin-update-tr:before {
    2370                 background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
    2371                 border-left: 4px solid var(--wp-admin-theme-color);
    23722360        }
    23732361
Note: See TracChangeset for help on using the changeset viewer.