Current behavior
.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
Current behavior
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