fix display problem with thumbnails modify and delete buttons

This commit is contained in:
Antoine M 2023-10-26 09:53:31 +02:00
parent 9c2521157e
commit 05027bdfe7

View File

@ -55,3 +55,12 @@
} }
} }
} }
.editor-post-featured-image__action {
background-color: #e04d42;
color: white;
&:hover {
color: #e04d42;
background-color: white;
}
}