This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 6
6
< div ng-show ="$select.isGrouped " class ="ui-select-choices-group-label dropdown-header " ng-bind ="$group.name "> </ div >
7
7
< div ng-attr-id ="ui-select-choices-row-{{ $select.generatedId }}-{{$index}} " class ="ui-select-choices-row "
8
8
ng-class ="{active: $select.isActive(this), disabled: $select.isDisabled(this)} " role ="option ">
9
- < a href ="" class ="ui-select-choices-row-inner "> </ a >
9
+ < span class ="ui-select-choices-row-inner "> </ span >
10
10
</ div >
11
11
</ li >
12
12
</ ul >
Original file line number Diff line number Diff line change @@ -220,7 +220,8 @@ body > .ui-select-bootstrap.open {
220
220
border-right : 1px solid # 428bca ;
221
221
}
222
222
223
- .ui-select-bootstrap .ui-select-choices-row > a {
223
+ .ui-select-bootstrap .ui-select-choices-row > span {
224
+ cursor : pointer;
224
225
display : block;
225
226
padding : 3px 20px ;
226
227
clear : both;
@@ -230,21 +231,21 @@ body > .ui-select-bootstrap.open {
230
231
white-space : nowrap;
231
232
}
232
233
233
- .ui-select-bootstrap .ui-select-choices-row > a : hover , .ui-select-bootstrap .ui-select-choices-row > a : focus {
234
+ .ui-select-bootstrap .ui-select-choices-row > span : hover , .ui-select-bootstrap .ui-select-choices-row > span : focus {
234
235
text-decoration : none;
235
236
color : # 262626 ;
236
237
background-color : # f5f5f5 ;
237
238
}
238
239
239
- .ui-select-bootstrap .ui-select-choices-row .active > a {
240
+ .ui-select-bootstrap .ui-select-choices-row .active > span {
240
241
color : # fff ;
241
242
text-decoration : none;
242
243
outline : 0 ;
243
244
background-color : # 428bca ;
244
245
}
245
246
246
- .ui-select-bootstrap .ui-select-choices-row .disabled > a ,
247
- .ui-select-bootstrap .ui-select-choices-row .active .disabled > a {
247
+ .ui-select-bootstrap .ui-select-choices-row .disabled > span ,
248
+ .ui-select-bootstrap .ui-select-choices-row .active .disabled > span {
248
249
color : # 777 ;
249
250
cursor : not-allowed;
250
251
background-color : # fff ;
You can’t perform that action at this time.
0 commit comments