diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ab803bb303..cdefe94b704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,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; + } }