Skip to content
This repository was archived by the owner on Mar 24, 2018. It is now read-only.

Commit fe941d8

Browse files
committed
re-applied changes from angular-ui#63
1 parent b97ace1 commit fe941d8

File tree

7 files changed

+156
-36
lines changed

7 files changed

+156
-36
lines changed

dist/select.css

+8-1
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.7.0 - 2014-09-09T01:02:43.612Z
4+
* Version: 0.7.0 - 2014-10-06T10:45:08.128Z
55
* License: MIT
66
*/
77

@@ -144,6 +144,13 @@
144144
background-color: #428bca;
145145
}
146146

147+
.ui-select-bootstrap .ui-select-choices-row.disabled>a,
148+
.ui-select-bootstrap .ui-select-choices-row.active.disabled>a {
149+
color: #777;
150+
cursor: not-allowed;
151+
background-color: #fff;
152+
}
153+
147154
/* fix hide/show angular animation */
148155
.ui-select-match.ng-hide-add,
149156
.ui-select-search.ng-hide-add {

dist/select.min.css renamed to dist/select.css.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)