Skip to content

Commit

Permalink
[Unified search] Fixes the css order for the filter pills
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed May 4, 2023
1 parent 0ace8ba commit b022264
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* 1. Allow wrapping of long filter items
*/

.globalFilterItem {
.euiBadge.globalFilterItem {
line-height: $euiSize;
border: none;
color: $euiTextColor;
Expand All @@ -18,15 +18,15 @@
}
}

.globalFilterItem-isDisabled {
.euiBadge.globalFilterItem-isDisabled {
color: $euiColorDarkShade;
background-color: transparentize($euiColorLightShade, .5);
text-decoration: line-through;
font-weight: $euiFontWeightRegular;
font-style: italic;
}

.globalFilterItem-isError, .globalFilterItem-isWarning {
.euiBadge.globalFilterItem-isError, .globalFilterItem-isWarning {
.globalFilterLabel__value {
font-weight: $euiFontWeightBold;
}
Expand Down

0 comments on commit b022264

Please sign in to comment.