Skip to content

Commit

Permalink
[PR feedback] Account for EuiFilterButton Emotion conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Aug 1, 2023
1 parent d20bf4e commit d3040e3
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,14 @@ $heightHeader: $euiSizeL * 2;
border-bottom: $euiBorderThin;
border-top: $euiBorderThin;
border-left: $euiBorderThin;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
box-shadow: none;
height: $euiSizeXXL; /* [2] */

&,
& > :first-child .euiFilterButton { /* EUI specificity override */
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
}

&__listWrapper {
Expand Down

0 comments on commit d3040e3

Please sign in to comment.