Make WordPress Core

Changeset 50844


Ignore:
Timestamp:
05/12/2021 10:12:49 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Post Thumbnails: Display the "Remove featured image" link in the classic editor in red color.

This matches the color of the "Move to Trash" link and other similar links for destructive actions in the admin.

Props monikarao, hareesh-pillai, sabernhardt, hellofromTonya.
Fixes #45198.

File:
1 edited

Legend:

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

    r50784 r50844  
    879879#media-items a.delete-permanently,
    880880#nav-menu-footer .menu-delete,
    881 #delete-link a.delete {
     881#delete-link a.delete,
     882a#remove-post-thumbnail {
    882883    color: #b32d2e;
    883884}
     
    896897#media-items a.delete-permanently:hover,
    897898#nav-menu-footer .menu-delete:hover,
    898 #delete-link a.delete:hover {
     899#delete-link a.delete:hover,
     900a#remove-post-thumbnail:hover {
    899901    color: #b32d2e;
    900902    border: none;
Note: See TracChangeset for help on using the changeset viewer.