mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use mini-icon helper for loading-message
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user