From 1a2220451454c75580a0cb686ecd26e0516ce2ed Mon Sep 17 00:00:00 2001 From: Henry Harding Date: Wed, 23 Sep 2020 09:54:12 -0400 Subject: [PATCH] [EuiCallout] Remove border radius from Amsterdam (#4066) * remove border radius * update changelog --- CHANGELOG.md | 4 ++++ src/themes/eui-amsterdam/overrides/_call_out.scss | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d9e69d5437..d7cfe149658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/src/themes/eui-amsterdam/overrides/_call_out.scss b/src/themes/eui-amsterdam/overrides/_call_out.scss index c13e2c1e396..833bb214c86 100644 --- a/src/themes/eui-amsterdam/overrides/_call_out.scss +++ b/src/themes/eui-amsterdam/overrides/_call_out.scss @@ -1,5 +1,4 @@ .euiCallOut { - border-radius: $euiBorderRadius; border-left: none; .euiCallOutHeader__title {