Unexpected duplicate "background-size" .media-library-item__edit, .media-library-item__remove

Created on 7 November 2023, over 1 year ago
Updated 8 November 2023, over 1 year ago

Problem/Motivation

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;
}

Steps to reproduce

Remove duplicated background-size

Proposed resolution

Remove duplicated background size

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Needs review

Version

3.0

Component

Code

Created by

🇲🇽Mexico david.arredondo

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024