Skip to content

fix: 🤔 sd-status-badge targets unversioned icon in versioned dist #2782

@niksan9

Description

@niksan9

Current behavior

Image
.sd-6-5-0-status-badge { display: inLlne-flex;
align-items: center;
}
.sd-6-5-0-status-badge sd-icon {
margin-right: var(--sd-spacing-2);
display: flex; height: var(--sd-spacing-3);
width: var(--sd-spacing-3); border-radius: var(--sd-radius-full);
padding: var(-sd-spacing-1);
color: rgba(var(--sd-color-text-white)) !important;
.sd-6-5-0-status-badge--success sd-icon {
background-color: rgba(var(--sd-color-background-success));
.sd-6-5-0-status-badge--warning sd-icon {
backg round-color: rgba(var(-sd-color-background-warning));
.sd-6-5-0-status-badge--error sd-icon {
backg round-color: rgba(var(-sd-color-background-error));
.sd-6-5-0-status-badge--info sd-icon {
background-color: rgba(var(-sd-color-background-info));

The versioned sd-status-badge is targeting sd-icon instead of sd-6-5-0-icon in the css

Expected behavior

target the versioned icon

Steps to reproduce

see the styles file in the versioned dist

Technical Information

DoR

  • Item has business value
  • Item has been estimated by the team
  • Item is clear and well-defined
  • Item dependencies have been identified

Metadata

Metadata

Assignees

Labels

Type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions