Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 28776e5

Browse files
committedSep 9, 2014
chore(build): v0.7.0
1 parent 5787c04 commit 28776e5

File tree

6 files changed

+410
-174
lines changed

6 files changed

+410
-174
lines changed
 

‎bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-select",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"homepage": "https://github.com/angular-ui/ui-select",
55
"authors": [
66
"AngularUI"

‎dist/select.css

Lines changed: 19 additions & 5 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.5.4 - 2014-08-14T02:30:31.948Z
4+
* Version: 0.7.0 - 2014-09-09T01:02:43.612Z
55
* License: MIT
66
*/
77

@@ -96,17 +96,31 @@
9696
right: 15px;
9797
}
9898

99-
.ui-select-bootstrap > .ui-select-choices {
100-
width: 100%;
101-
}
102-
10399
/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
104100
.ui-select-bootstrap > .ui-select-choices {
101+
width: 100%;
105102
height: auto;
106103
max-height: 200px;
107104
overflow-x: hidden;
108105
}
109106

107+
.ui-select-multiple.ui-select-bootstrap {
108+
height: auto;
109+
padding: .3em;
110+
}
111+
112+
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
113+
background-color: transparent !important; /* To prevent double background when disabled */
114+
border: none;
115+
outline: none;
116+
height: 1.666666em;
117+
}
118+
119+
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
120+
font-size: 1.6em;
121+
line-height: 0.75;
122+
}
123+
110124
.ui-select-bootstrap .ui-select-choices-row>a {
111125
display: block;
112126
padding: 3px 20px;

‎dist/select.js

Lines changed: 385 additions & 163 deletions
Large diffs are not rendered by default.

‎dist/select.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/select.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": {
66
"url": "git://github.com/angular-ui/ui-select.git"
77
},
8-
"version": "0.6.0",
8+
"version": "0.7.0",
99
"devDependencies": {
1010
"bower": "~1.3",
1111
"del": "~0.1.1",

0 commit comments

Comments
 (0)
This repository has been archived.