Skip to content
Snippets Groups Projects

Issue #3506530 by grimreaper: Media Library Edit support

All threads resolved!
All threads resolved!
3 files
+ 63
3
Compare changes
  • Side-by-side
  • Inline
Files
3
/* Remove button of selected medias. */
button[name$="media-library-remove-button"] {
button.media-library-remove-button,
/* Edit button. */
a.media-library-edit__link {
position: absolute;
z-index: 1;
right: var(--bs-card-spacer-x);
margin: 0.25rem;
}
/* Edit button. */
a.media-library-edit__link {
top: 30px;
}
/* Remove button when creating a media. */
.media-added-remove-button {
position: absolute;
Loading