Skip to content

Commit

Permalink
[EuiFilterButton] Fix Amsterdam style (#3591)
Browse files Browse the repository at this point in the history
Fixes #3590
  • Loading branch information
phyolim authored Jun 11, 2020
1 parent 3b6bd40 commit 402f1e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

- Updated `EuiCallout` by removing left border, adding border radius and increasing font weight on titles ([#3557](https://github.com/elastic/eui/pull/3557/))
- Updated `EuiHeaderBreadcrumbs` style to be more prominent ([#3578](https://github.com/elastic/eui/pull/3578/))
- Fixed `EuiFilterGroup` `border-radius` ([#3591](https://github.com/elastic/eui/pull/3591/))

## [`25.0.0`](https://github.com/elastic/eui/tree/v25.0.0)

Expand Down
3 changes: 3 additions & 0 deletions src/themes/eui-amsterdam/overrides/_filter_group.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.euiFilterButton {
border-radius: 0;
}
1 change: 1 addition & 0 deletions src/themes/eui-amsterdam/overrides/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@import 'button_empty';
@import 'button_group';
@import 'call_out';
@import 'filter_group';
@import 'flyout';
@import 'header';
@import 'image';
Expand Down

0 comments on commit 402f1e1

Please sign in to comment.