Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit e54bc89

Browse files
committed
chores(dist) create new build files
1 parent ac0c72f commit e54bc89

File tree

4 files changed

+136
-36
lines changed

4 files changed

+136
-36
lines changed

dist/select.css

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* ui-select
33
* http://github.com/angular-ui/ui-select
4-
* Version: 0.16.0 - 2016-03-23T20:51:56.678Z
4+
* Version: 0.16.1 - 2016-03-30T21:08:46.443Z
55
* License: MIT
66
*/
77

@@ -107,6 +107,15 @@ body > .select2-container.open {
107107
margin-top: -2px; /* FIXME hardcoded value :-/ */
108108
}
109109

110+
.ui-select-container[theme="selectize"] .ui-select-search-hidden{
111+
opacity: 0;
112+
height: 0;
113+
min-height: 0;
114+
padding: 0;
115+
margin: 0;
116+
border:0;
117+
}
118+
110119
/* Bootstrap theme */
111120

112121
/* Helper class to show styles when focus */
@@ -161,7 +170,7 @@ body > .select2-container.open {
161170
}
162171

163172
/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
164-
.ui-select-bootstrap > .ui-select-choices {
173+
.ui-select-bootstrap > .ui-select-choices ,.ui-select-bootstrap > .ui-select-no-choice {
165174
width: 100%;
166175
height: auto;
167176
max-height: 200px;

0 commit comments

Comments
 (0)