From 1bc4b4ef32ff87a7f6ab8f9d08561e186968ed40 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 13 Jun 2013 11:40:32 -0700 Subject: [PATCH] Use mini-icon helper for loading-message --- static/select-list.less | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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 {