From 17cffd46760365bcb4a590d0efb445d3b48a02dd Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Thu, 25 Nov 2021 23:10:28 +0100 Subject: [PATCH] remove IE hacks --- less/bootstrap-select.less | 2 +- sass/bootstrap-select.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/less/bootstrap-select.less b/less/bootstrap-select.less index 2a057cbb0..9fcb111b8 100644 --- a/less/bootstrap-select.less +++ b/less/bootstrap-select.less @@ -18,7 +18,7 @@ select.selectpicker { } .bootstrap-select { - width: 220px \0; /*IE9 and below*/ + width: 220px; vertical-align: middle; // The selectpicker button diff --git a/sass/bootstrap-select.scss b/sass/bootstrap-select.scss index 25a9c7d90..7b9a578ac 100644 --- a/sass/bootstrap-select.scss +++ b/sass/bootstrap-select.scss @@ -36,7 +36,7 @@ select.selectpicker { } .bootstrap-select { - width: 220px \0; /*IE9 and below*/ + width: 220px; vertical-align: middle; // The selectpicker button