From a0b703c08277e2452690a495b044de66d40ce7f6 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Fri, 28 May 2021 13:11:20 -0400 Subject: [PATCH 1/2] Removing text transform from EuiTour. --- src/components/tour/_tour.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/tour/_tour.scss b/src/components/tour/_tour.scss index 59d75227a03..ffb0c37bdda 100644 --- a/src/components/tour/_tour.scss +++ b/src/components/tour/_tour.scss @@ -10,7 +10,6 @@ .euiTourHeader__title { // nested for additional specificity to override EuiTitle styles margin-top: 0; - text-transform: capitalize; } } From 91779d02711352118ec4965ab6486825284645a8 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Fri, 28 May 2021 13:22:36 -0400 Subject: [PATCH 2/2] Adding changelog. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d6227b5a69..dc90b189292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## [`master`](https://github.com/elastic/eui/tree/master) +- Removed `text-transform: capitalize` from the `EuiTourSteps` title to better fit with Elastic title guidelines ([#4839](https://github.com/elastic/eui/pull/4839)) - Added `color` and `size` props and added support for click event to `EuiBetaBadge` ([#4798](https://github.com/elastic/eui/pull/4798)) **Bug fixes** @@ -17,7 +18,7 @@ **Bug fixes** -- Fixed `EuiText` color of `EuiCallout` to `default` ([#4816](https://github.com/elastic/eui/pull/4816)) +- Fixed `EuiText` color of `EuiCallout` to `default` ([#4816](https://github.com/elastic/eui/pull/4816)) - Fixed inconsistent width of `EuiRange` and `EuiDualRange` with custom tick values ([#4781](https://github.com/elastic/eui/pull/4781)) - Fixes browser freezing when `EuiDataGrid` is used together with `EuiFlyout` and the user clicks a cell ([4813](https://github.com/elastic/eui/pull/4813)) - Added `flex-shrink: 0` to `EuiTabs`, `EuiSpacer`, and `EuiImage` to fix possible shrunken heights ([#4793](https://github.com/elastic/eui/pull/4793))