Skip to content

Commit

Permalink
Removed moz border on focus from EuiSelect. (#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
walter-ind authored Mar 30, 2020
1 parent db1eb71 commit 88f1041
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down
5 changes: 5 additions & 0 deletions src/components/form/select/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@
color: $euiTextColor;
background: transparent;
}

&:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 $euiTextColor;
}
}

0 comments on commit 88f1041

Please sign in to comment.