diff --git a/src/components/Select.js b/src/components/Select.js index 976e2a05..0546e32b 100644 --- a/src/components/Select.js +++ b/src/components/Select.js @@ -111,6 +111,11 @@ function Select(props) { }, ":hover": { ...(!isDisabled && theme[`selectInput.${colorStr}:hover`]) + }, + // See: https://stackoverflow.com/a/19451423/247243 + ":-moz-focusring": { + color: "transparent", + textShadow: "0 0 0 #000" } }} id={selectId}