DEV: Remove unnecessary styling for badge in favor of core (#255)

This commit is contained in:
Ella E. 2025-01-07 05:18:50 -07:00 committed by GitHub
parent 83d94d231b
commit 16240092f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 12 deletions

View File

@ -149,18 +149,6 @@
background-color: transparent;
color: var(--primary-medium);
}
&.--success {
background-color: var(--success-low);
.status-label-indicator {
background-color: var(--success);
}
.status-label-text {
color: var(--primary-very-high);
}
}
}
.updates-heading {