diff --git a/scss/_forms.scss b/scss/_forms.scss index 66a4efe1d475..a2494ceafd7d 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -30,12 +30,6 @@ border: 0; } - // Remove select outline from select box in FF - &:-moz-focusring { - color: transparent; - text-shadow: 0 0 0 $input-color; - } - // Customize the `:focus` state to imitate native WebKit styles. @include form-control-focus($ignore-warning: true); @@ -69,6 +63,12 @@ input[type="month"] { } select.form-control { + // Remove select outline from select box in FF + &:-moz-focusring { + color: transparent; + text-shadow: 0 0 0 $input-color; + } + &:focus::-ms-value { // Suppress the nested default white text on blue background highlight given to // the selected option text when the (still closed)