Skip to content

Commit a16e883

Browse files
committed
Restored carets for inputs with append, fixes t0m#13.
1 parent 9292a32 commit a16e883

File tree

6 files changed

+1
-25
lines changed

6 files changed

+1
-25
lines changed

_jekyll/select2-bootstrap.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@
7272
border-top-right-radius: 0;
7373
}
7474

75-
[class^="input-"] [class^="select2-choice"] > div {
76-
display: none;
77-
}
78-
7975
[class^="input-"] .select2-offscreen {
8076
position: absolute;
8177
}

docs/select2-bootstrap.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@
7272
border-top-right-radius: 0;
7373
}
7474

75-
[class^="input-"] [class^="select2-choice"] > div {
76-
display: none;
77-
}
78-
7975
[class^="input-"] .select2-offscreen {
8076
position: absolute;
8177
}

lib/select2-bootstrap.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@
6767
border-top-right-radius: 0;
6868
}
6969

70-
[class^="input-"] [class^="select2-choice"] > div {
71-
display: none;
72-
}
73-
7470
[class^="input-"] .select2-offscreen {
7571
position: absolute;
7672
}

lib/select2-bootstrap.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@
6767
border-top-right-radius: 0;
6868
}
6969

70-
[class^="input-"] [class^="select2-choice"] > div {
71-
display: none;
72-
}
73-
7470
[class^="input-"] .select2-offscreen {
7571
position: absolute;
7672
}

select2-bootstrap.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@
7272
border-top-right-radius: 0;
7373
}
7474

75-
[class^="input-"] [class^="select2-choice"] > div {
76-
display: none;
77-
}
78-
7975
[class^="input-"] .select2-offscreen {
8076
position: absolute;
8177
}

test/support/less.patch

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Index: select2-bootstrap.css
4343
.select2-container-multi .select2-choices {
4444
height: 28px;
4545
line-height: 29px;
46-
@@ -15,72 +41,60 @@
46+
@@ -15,68 +41,57 @@
4747
-webkit-border-radius: 4px;
4848
-moz-border-radius: 4px;
4949
border-radius: 4px;
@@ -104,10 +104,6 @@ Index: select2-bootstrap.css
104104
border-top-left-radius: 0;
105105
border-top-right-radius: 0;
106106
}
107-
-
108-
[class^="input-"] [class^="select2-choice"] > div {
109-
display: none;
110-
}
111107
-
112108
[class^="input-"] .select2-offscreen {
113109
position: absolute;

0 commit comments

Comments
 (0)