Skip to content

Commit 17cffd4

Browse files
committed
remove IE hacks
1 parent 2befbf1 commit 17cffd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

less/bootstrap-select.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ select.selectpicker {
1818
}
1919

2020
.bootstrap-select {
21-
width: 220px \0; /*IE9 and below*/
21+
width: 220px;
2222
vertical-align: middle;
2323

2424
// The selectpicker button

sass/bootstrap-select.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ select.selectpicker {
3636
}
3737

3838
.bootstrap-select {
39-
width: 220px \0; /*IE9 and below*/
39+
width: 220px;
4040
vertical-align: middle;
4141

4242
// The selectpicker button

0 commit comments

Comments
 (0)