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

Commit 468b3be

Browse files
committed
chore(build): v0.4.0
1 parent 1e193cd commit 468b3be

File tree

7 files changed

+610
-524
lines changed

7 files changed

+610
-524
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.3.1",
3+
"version": "0.4.0",
44
"homepage": "https://github.com/angular-ui/ui-select",
55
"authors": [
66
"AngularUI"

dist/select.css

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*!
2+
* ui-select
3+
* http://github.com/angular-ui/ui-select
4+
* Version: 0.3.1 - 2014-07-12T16:26:10.171Z
5+
* License: MIT
6+
*/
7+
8+
19
/* Style when highlighting a search. */
210
.ui-select-highlight {
311
font-weight: bold;
@@ -95,6 +103,29 @@
95103
overflow-x: hidden;
96104
}
97105

106+
.ui-select-bootstrap .ui-select-choices-row>a {
107+
display: block;
108+
padding: 3px 20px;
109+
clear: both;
110+
font-weight: 400;
111+
line-height: 1.42857143;
112+
color: #333;
113+
white-space: nowrap;
114+
}
115+
116+
.ui-select-bootstrap .ui-select-choices-row>a:hover, .ui-select-bootstrap .ui-select-choices-row>a:focus {
117+
text-decoration: none;
118+
color: #262626;
119+
background-color: #f5f5f5;
120+
}
121+
122+
.ui-select-bootstrap .ui-select-choices-row.active>a {
123+
color: #fff;
124+
text-decoration: none;
125+
outline: 0;
126+
background-color: #428bca;
127+
}
128+
98129
/* fix hide/show angular animation */
99130
.ui-select-match.ng-hide-add,
100131
.ui-select-search.ng-hide-add {

0 commit comments

Comments
 (0)