height: var(--smallControlHeight);
line-height: calc(var(--smallControlHeight) - 1px);
padding: 0 var(--gridSize);
- border-radius: 2px;
+ border-radius: 10px;
font-size: var(--smallFontSize);
min-width: 10px;
letter-spacing: 0.03em;
border-bottom: none;
}
-.badge.is-rounded {
- padding-left: 5px;
- padding-right: 5px;
- border-radius: 50px;
-}
-
.badge-medium {
height: var(--controlHeight);
line-height: calc(var(--controlHeight));
.badge-danger-light {
border: 1px solid var(--alertBorderError) !important;
- border-radius: 3px;
background-color: var(--alertBackgroundError);
color: #a94442;
}
.badge-focus {
border: 1px solid #faebcc;
- border-radius: 3px;
background-color: #fcf8e3;
color: #8a6d3b;
font-weight: 400;
line-height: calc(var(--smallControlHeight) - 1px);
padding: 0 var(--gridSize);
border: 1px solid var(--gray80);
- border-radius: 2px;
+ border-radius: 10px;
box-sizing: border-box;
background-color: var(--gray80);
font-size: var(--smallFontSize);
const value =
values.length === 1 ? values[0] : translateWithParameters('x_selected', values.length);
return (
- <span className="badge badge-secondary is-rounded text-ellipsis" title={value}>
+ <span className="badge badge-secondary text-ellipsis" title={value}>
{value}
</span>
);
className="search-navigator-facet-header-value spacer-left spacer-right "
>
<span
- className="badge badge-secondary is-rounded text-ellipsis"
+ className="badge badge-secondary text-ellipsis"
title="x_selected.3"
>
x_selected.3
className="search-navigator-facet-header-value spacer-left spacer-right "
>
<span
- className="badge badge-secondary is-rounded text-ellipsis"
+ className="badge badge-secondary text-ellipsis"
title="foo"
>
foo
className="search-navigator-facet-header-value spacer-left spacer-right "
>
<span
- className="badge badge-secondary is-rounded text-ellipsis"
+ className="badge badge-secondary text-ellipsis"
title="foo"
>
foo