File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -317,17 +317,10 @@ body > .ui-select-bootstrap.open {
317
317
}
318
318
319
319
/* Spinner */
320
- .ui-select-refreshing {
320
+ .ui-select-refreshing . glyphicon {
321
321
position : absolute;
322
322
right : 0 ;
323
323
padding : 8px 27px ;
324
- top : 1px ;
325
- display : inline-block;
326
- font-family : 'Glyphicons Halflings' ;
327
- font-style : normal;
328
- font-weight : normal;
329
- line-height : 1 ;
330
- -webkit-font-smoothing : antialiased;
331
324
}
332
325
333
326
@-webkit-keyframes ui-select-spin {
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ var uis = angular.module('ui.select', [])
108
108
} ,
109
109
appendToBody : false ,
110
110
spinnerEnabled : false ,
111
- spinnerClass : 'glyphicon-refresh ui-select-spin' ,
111
+ spinnerClass : 'glyphicon glyphicon -refresh ui-select-spin' ,
112
112
backspaceReset : true
113
113
} )
114
114
You can’t perform that action at this time.
0 commit comments