mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(ionicons): only apply spin to :before, and not the entire element
Closes #2416
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user