diff --git a/static/select-list.less b/static/select-list.less index 1bbb2e1dd..79ac88d1f 100644 --- a/static/select-list.less +++ b/static/select-list.less @@ -2,14 +2,15 @@ .select-list { .loading { - .loading-message:before { - font-family: 'Octicons Regular'; - font-size: 1.1em; - width: 1.1em; - height: 1.1em; - margin-right: 5px; - -webkit-font-smoothing: antialiased; - content: '\f09e'; + .loading-message { + .mini-icon(hourglass); + + &:before { + font-size: 1.1em; + width: 1.1em; + height: 1.1em; + margin-right: 5px; + } } .badge {