diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c1a1f3d87c..c91b57b9686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ **Bug Fixes** +- Removed outline of `EuiSelect` in Firefox ([#3197] (https://github.com/elastic/eui/pull/3197)) - Fixed EuiBasicTable proptypes of itemId ([#3133](https://github.com/elastic/eui/pull/3133)) - Updated `EuiSuperDatePicker` to inherit the selected value in quick select ([#3105](https://github.com/elastic/eui/pull/3105)) diff --git a/src/components/form/select/_select.scss b/src/components/form/select/_select.scss index 26db7bbcebb..80b46293835 100644 --- a/src/components/form/select/_select.scss +++ b/src/components/form/select/_select.scss @@ -38,4 +38,9 @@ color: $euiTextColor; background: transparent; } + + &:-moz-focusring { + color: transparent; + text-shadow: 0 0 0 $euiTextColor; + } }