diff options
| author | Martijn Cuppens <[email protected]> | 2020-03-09 21:48:37 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-03-18 20:59:27 +0200 |
| commit | d9e83671ae40f356c0700efd35e5933636f29101 (patch) | |
| tree | a0ae3d342692d7df82193116e5efe4aba4cf2030 /scss/forms/_form-select.scss | |
| parent | 018a94c9c1766c2f191d98f14d8a780882d671ae (diff) | |
| download | bootstrap-d9e83671ae40f356c0700efd35e5933636f29101.tar.xz bootstrap-d9e83671ae40f356c0700efd35e5933636f29101.zip | |
Drop IE support from Sass
Diffstat (limited to 'scss/forms/_form-select.scss')
| -rw-r--r-- | scss/forms/_form-select.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/forms/_form-select.scss b/scss/forms/_form-select.scss index 84fb88354..8c410c97b 100644 --- a/scss/forms/_form-select.scss +++ b/scss/forms/_form-select.scss @@ -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; |
