From 6abe3adefee976735ce5d8fe8d3905699222c9eb Mon Sep 17 00:00:00 2001 From: defazio Date: Fri, 16 Aug 2019 11:48:48 -0400 Subject: [PATCH 1/3] Fixes cursor on badges --- src/components/badge/_badge.scss | 1 + src/components/badge/notification_badge/_notification_badge.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/badge/_badge.scss b/src/components/badge/_badge.scss index 88a712e86a2..4ab0996e706 100644 --- a/src/components/badge/_badge.scss +++ b/src/components/badge/_badge.scss @@ -16,6 +16,7 @@ vertical-align: middle; text-align: center; overflow: hidden; + cursor: default; &:focus-within { @include euiFocusRing('small'); diff --git a/src/components/badge/notification_badge/_notification_badge.scss b/src/components/badge/notification_badge/_notification_badge.scss index d31f1accfc3..ed6180a4d91 100644 --- a/src/components/badge/notification_badge/_notification_badge.scss +++ b/src/components/badge/notification_badge/_notification_badge.scss @@ -14,6 +14,7 @@ vertical-align: middle; text-align: center; transition: all $euiAnimSpeedFast ease-in; + cursor: default; } .euiNotificationBadge--medium { From 7a8e5c75e78ae3babd5ffb8cebc907cf6ec7fe6e Mon Sep 17 00:00:00 2001 From: defazio Date: Fri, 16 Aug 2019 12:08:27 -0400 Subject: [PATCH 2/3] Update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 227b2dfd21e..52bb15e8cfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Fixed invalid `aria-desribedby` values set by `EuiToolTip` ([#2156](https://github.com/elastic/eui/pull/2156)) - Added `"center"` as an acceptable value to `EuiBasicTable`'s `align` proptype ([#2158](https://github.com/elastic/eui/pull/2158)) - Fixed `.eui-textBreakWord` utility class to be cross-browser compatible ([#2157](https://github.com/elastic/eui/pull/2157)) +- Fixed `EuiBadge` text cursor to default pointer ([#2018](https://github.com/elastic/eui/issues/2018)) ## [`13.0.0`](https://github.com/elastic/eui/tree/v13.0.0) From 5a7e382c7f177038b320aee3cb76f0e151b4c3df Mon Sep 17 00:00:00 2001 From: defazio Date: Fri, 16 Aug 2019 12:38:46 -0400 Subject: [PATCH 3/3] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5caeebed04c..c6afab110df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - Removed Firefox's focus ring to match other browsers ([#2193](https://github.com/elastic/eui/pull/2193)) - Added missing `onChange` TS defs for EuiRange ([#2211](https://github.com/elastic/eui/pull/2211)) - Fixed `EuiStat` invalid DOM nesting due to a `

` tag nested within another `

` tag ([#2229](https://github.com/elastic/eui/pull/2229)) -- Fixed `EuiBadge` text cursor to default pointer ([#2018](https://github.com/elastic/eui/issues/2018)) +- Fixed `EuiBadge` text cursor to default pointer ([#2234](https://github.com/elastic/eui/pull/2234)) ## [`13.3.0`](https://github.com/elastic/eui/tree/v13.3.0)