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

Commit c8f69db

Browse files
author
Brian Chance
committedJan 25, 2017
fix(spinner-class): add glyphicon to default spinner class, update css. Fixes #1893.
1 parent 3642a1d commit c8f69db

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed
 

‎src/common.css

+1-8
Original file line numberDiff line numberDiff line change
@@ -317,17 +317,10 @@ body > .ui-select-bootstrap.open {
317317
}
318318

319319
/* Spinner */
320-
.ui-select-refreshing {
320+
.ui-select-refreshing.glyphicon {
321321
position: absolute;
322322
right: 0;
323323
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;
331324
}
332325

333326
@-webkit-keyframes ui-select-spin {

‎src/common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ var uis = angular.module('ui.select', [])
108108
},
109109
appendToBody: false,
110110
spinnerEnabled: false,
111-
spinnerClass: 'glyphicon-refresh ui-select-spin',
111+
spinnerClass: 'glyphicon glyphicon-refresh ui-select-spin',
112112
backspaceReset: true
113113
})
114114

0 commit comments

Comments
 (0)
This repository has been archived.