Make WordPress Core

Changeset 50237


Ignore:
Timestamp:
02/08/2021 04:11:34 PM (3 years ago)
Author:
ryelle
Message:

Administration: Fix background color of plugin update row on small screens.

When the color change was done, the background of plugins with updates had to be manually changed. This section was missed, which caused a visual bug. This fix also removes some redundant CSS for the same element.

Follow-up to [50025].
Props afragen.
Fixes #52452.

File:
1 edited

Legend:

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

    r50111 r50237  
    20742074    }
    20752075
    2076     .plugins .active.update + .plugin-update-tr:before {
    2077         border-left: 4px solid #d63638;
    2078         background-color: #f6f7f7;
    2079     }
    2080 
    20812076    .plugins #the-list .plugin-update-tr .plugin-update {
    20822077        border-left: none;
     
    20882083
    20892084    .plugins .active.update + .plugin-update-tr:before {
    2090         background-color: #fff;
     2085        background-color: #f0f6fc;
    20912086        border-left: 4px solid #72aee6;
    20922087    }
Note: See TracChangeset for help on using the changeset viewer.