diff options
| author | XhmikosR <[email protected]> | 2020-10-26 16:09:07 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-11-05 15:37:34 +0200 |
| commit | e8f1709adfd79bd8a9dd1e99b240edd39fd91d11 (patch) | |
| tree | aba9be3fd639078ef818e63eccc730d1036171e8 /scss/forms/_form-select.scss | |
| parent | 0766a096055a4f34c795e77f0e5c024310d20ef4 (diff) | |
| download | bootstrap-e8f1709adfd79bd8a9dd1e99b240edd39fd91d11.tar.xz bootstrap-e8f1709adfd79bd8a9dd1e99b240edd39fd91d11.zip | |
Drop Legacy Edge support.
This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions.
Diffstat (limited to 'scss/forms/_form-select.scss')
| -rw-r--r-- | scss/forms/_form-select.scss | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scss/forms/_form-select.scss b/scss/forms/_form-select.scss index 6ebe33e10..1866da964 100644 --- a/scss/forms/_form-select.scss +++ b/scss/forms/_form-select.scss @@ -32,16 +32,6 @@ // Avoid using mixin so we can pass custom focus shadow properly box-shadow: $form-select-focus-box-shadow; } - - &::-ms-value { - // 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 Edge. - // See https://github.com/twbs/bootstrap/issues/19398. - color: $input-color; - background-color: $input-bg; - } } &[multiple], |
