Drop IE support from Sass

This commit is contained in:
Martijn Cuppens 2020-03-09 21:48:37 +01:00 committed by XhmikosR
parent 018a94c9c1
commit d9e83671ae
6 changed files with 11 additions and 67 deletions

View file

@ -37,7 +37,7 @@
// For visual consistency with other platforms/browsers,
// suppress the default white text on blue background highlight given to
// the selected option text when the (still closed) <select> receives focus
// in IE and (under certain conditions) Edge.
// in Edge.
// See https://github.com/twbs/bootstrap/issues/19398.
color: $input-color;
background-color: $input-bg;