From d239fbb5f23aa06de7ba2ed6b5ec24703b03c13d Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Mon, 11 Apr 2016 21:18:48 +0100 Subject: [PATCH 1/5] Suppress IE/Edge additional white/blue colors for focused receives focus + // in IE and (under certain conditions) Edge. + // See https://github.com/twbs/bootstrap/issues/19398. + color: $input-color; + background-color: $input-bg; + } } // Hides the default caret in IE11 diff --git a/scss/_forms.scss b/scss/_forms.scss index 9a031c3ac2..a64d9c54bd 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -60,6 +60,16 @@ select.form-control { &:not([size]):not([multiple]) { height: $input-height; } + + &:focus::-ms-value { + // Suppress the nested default white text on blue background highlight given to + // the selected option text when the (still closed)