Fix(UI): restore 'badge'-class in CSS

This commit is contained in:
Pieter Vander Vennet 2025-02-22 23:42:29 +01:00
parent 6a9677fc78
commit 7ce2c4d730
2 changed files with 24 additions and 8 deletions

View file

@ -632,6 +632,18 @@ svg.apply-fill path {
}
.badge {
/* Used in the search results for layers */
display: flex;
align-items: center;
white-space: nowrap;
border-radius: 999rem;
padding-left: 0.25rem;
padding-right: 0.25rem;
border: 1px solid var(--low-interaction-border);
background-color: var(--low-interaction-background);
}
/************************* LEGACY MARKER - CLEANUP BELOW ********************************/