Skip to content

Commit 6110184

Browse files
committed
pat autosuggest: Remove ie<11 compatibility css.
1 parent e2fb089 commit 6110184

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/pat/auto-suggest/_auto-suggest.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
/* @group Auto suggest */
55

6-
.lt-ie9 .pat-autosuggest {
7-
min-width: 175px;
8-
/* Trying to resolve the 1px wide issue in IE8 */
9-
}
10-
116
/*
127
Version: 3.4.3 Timestamp: Tue Sep 17 06:47:14 PDT 2013
138
*/
@@ -23,11 +18,6 @@ Version: 3.4.3 Timestamp: Tue Sep 17 06:47:14 PDT 2013
2318
width: 100%;
2419
}
2520

26-
.lt-ie10 .select2-container {
27-
width: 100% !important;
28-
height: auto !important;
29-
}
30-
3121
.select2-container,
3222
.select2-drop {
3323
box-sizing: border-box;

0 commit comments

Comments
 (0)