- Issue created by @david.arredondo
- First commit to issue fork.
- Status changed to Needs review
over 1 year ago 6:32am 8 November 2023 - 🇮🇳India viren18febs
Hi @david.arredondo
I have added a patch for the fixes, Please review.
Thanks
Duplicated background size at https://git.drupalcode.org/project/bootstrap5/-/blob/3.0.x/scss/drupal/_...
.media-library-item__edit,
.media-library-item__remove {
position: absolute;
z-index: 1;
top: 0.6rem;
overflow: hidden;
width: 1.5rem;
height: 1.5rem;
margin: 0.3125rem;
padding: 0;
transition: 0.2s border-color;
color: transparent;
text-shadow: none;
font-size: 0;
border: $form-check-input-border;
@include border-radius($form-check-input-border-radius);
background-repeat: no-repeat;
background-position: center;
background-size: 0.75rem;
}
Remove duplicated background-size
Remove duplicated background size
Needs review
3.0
Code
Hi @david.arredondo
I have added a patch for the fixes, Please review.
Thanks