Skip to content

Commit

Permalink
remove border-radius from euiButtonEmpty inside filterGroup.
Browse files Browse the repository at this point in the history
box-shadow looks different than form field. @cchaos said it would be fixed when SASS mixins are updated.
  • Loading branch information
phyolim committed Jun 11, 2020
1 parent d92a811 commit 040aebf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/themes/eui-amsterdam/overrides/_filter_group.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.euiFilterGroup {
border-radius: $euiBorderRadius;
box-shadow: none;
.euiButtonEmpty {
border-radius: 0;
}

0 comments on commit 040aebf

Please sign in to comment.