Skip to content

Commit

Permalink
[EuiCallout] Remove border radius from Amsterdam (#4066)
Browse files Browse the repository at this point in the history
* remove border radius

* update changelog
  • Loading branch information
hbharding authored Sep 23, 2020
1 parent 45dac55 commit 1a22204
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ No public interface changes since `29.1.0`.

- Fixed `EuiTextColor` playground error due to `color` prop not getting captured by the documentation generator ([#4058](https://github.com/elastic/eui/pull/4058))

**Theme: Amsterdam**

- Removed `border-radius` from `EuiCallout` ([#4066](https://github.com/elastic/eui/pull/4066))

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

- Added `.browserslistrc` for global browser support reference ([#4022](https://github.com/elastic/eui/pull/4022))
Expand Down
1 change: 0 additions & 1 deletion src/themes/eui-amsterdam/overrides/_call_out.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.euiCallOut {
border-radius: $euiBorderRadius;
border-left: none;

.euiCallOutHeader__title {
Expand Down

0 comments on commit 1a22204

Please sign in to comment.