Problem/Motivation
After selection of media/image in Media Library image close icon is hidden behind the image.
Steps to reproduce
Install Drupal
Set Claro as a default theme Or Admin theme
Create image field with media library
Add a content with respective content type
Select image in media library field
Check image remove option is not visible
Proposed resolution
In claro's "media-library.css" class = media-library-item__remove
has z-index set to 1. We need to increase the z-index for remove icon to make it visible over the image.