File tree 2 files changed +7
-3
lines changed 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
< span class ="ui-select-match ">
2
2
< span ng-repeat ="$item in $select.selected ">
3
- < button
3
+ < span
4
4
style ="margin-right: 3px; "
5
5
class ="ui-select-match-item btn btn-default btn-xs "
6
6
tabindex ="-1 "
10
10
ng-class ="{'btn-primary':$select.activeMatchIndex === $index} ">
11
11
< span class ="close ui-select-match-close " ng-hide ="$select.disabled " ng-click ="$select.removeChoice($index) "> ×</ span >
12
12
< span uis-transclude-append > </ span >
13
- </ button >
13
+ </ span >
14
14
</ span >
15
- </ span >
15
+ </ span >
Original file line number Diff line number Diff line change 113
113
line-height : 0.75 ;
114
114
}
115
115
116
+ .ui-select-multiple .ui-select-bootstrap .ui-select-match-item {
117
+ outline : 0 ;
118
+ }
119
+
116
120
.ui-select-bootstrap .ui-select-choices-row > a {
117
121
display : block;
118
122
padding : 3px 20px ;
You can’t perform that action at this time.
0 commit comments