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 .

git-svn-id: https://develop.svn.wordpress.org/trunk@50844 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-05-12 10:12:49 +00:00
parent 9cda2c28e3
commit 1ede4de4a3

@ -878,7 +878,8 @@ hr {
#media-items a.delete,
#media-items a.delete-permanently,
#nav-menu-footer .menu-delete,
#delete-link a.delete {
#delete-link a.delete,
a#remove-post-thumbnail {
color: #b32d2e;
}
@ -895,7 +896,8 @@ span.required,
#media-items a.delete:hover,
#media-items a.delete-permanently:hover,
#nav-menu-footer .menu-delete:hover,
#delete-link a.delete:hover {
#delete-link a.delete:hover,
a#remove-post-thumbnail:hover {
color: #b32d2e;
border: none;
}