fix(ionicons): only apply spin to :before, and not the entire element

Closes #2416
This commit is contained in:
Drew Rygh
2014-10-20 00:44:14 -05:00
parent 5c27281520
commit 76405d7562

View File

@@ -38,7 +38,9 @@
.#{$ionicons-prefix}refreshing,
.#{$ionicons-prefix}ios7-reloading {
@extend .ion;
@extend .#{$ionicons-prefix}spin;
&:before{
@extend .#{$ionicons-prefix}spin;
}
}
.#{$ionicons-prefix}loading-a {
@@ -73,4 +75,4 @@
.#{$ionicons-prefix}ios7-reloading:before {
@extend .#{$ionicons-prefix}ios7-reload:before;
}
}