mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(ionicons): animated icons may rotate on older android devices
This commit is contained in:
@@ -38,9 +38,8 @@
|
||||
.#{$ionicons-prefix}refreshing,
|
||||
.#{$ionicons-prefix}ios7-reloading {
|
||||
@extend .ion;
|
||||
&:before{
|
||||
@extend .#{$ionicons-prefix}spin;
|
||||
}
|
||||
// must spin entire element for android 4.3 and below
|
||||
@extend .#{$ionicons-prefix}spin;
|
||||
}
|
||||
|
||||
.#{$ionicons-prefix}loading-a {
|
||||
@@ -75,4 +74,4 @@
|
||||
|
||||
.#{$ionicons-prefix}ios7-reloading:before {
|
||||
@extend .#{$ionicons-prefix}ios7-reload:before;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user