Skip to content

Commit d3040e3

Browse files
committed
[PR feedback] Account for EuiFilterButton Emotion conversion
1 parent d20bf4e commit d3040e3

File tree

1 file changed

+6
-2
lines changed
  • x-pack/plugins/index_management/public/application/components/component_templates/component_template_selector

1 file changed

+6
-2
lines changed

x-pack/plugins/index_management/public/application/components/component_templates/component_template_selector/component_templates.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,14 @@ $heightHeader: $euiSizeL * 2;
3333
border-bottom: $euiBorderThin;
3434
border-top: $euiBorderThin;
3535
border-left: $euiBorderThin;
36-
border-top-left-radius: 0;
37-
border-bottom-left-radius: 0;
3836
box-shadow: none;
3937
height: $euiSizeXXL; /* [2] */
38+
39+
&,
40+
& > :first-child .euiFilterButton { /* EUI specificity override */
41+
border-top-left-radius: 0;
42+
border-bottom-left-radius: 0;
43+
}
4044
}
4145

4246
&__listWrapper {

0 commit comments

Comments
 (0)