mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix(theming): update spinner classes to new names
This commit is contained in:
committed by
Brandy Carney
parent
41f54f8e2d
commit
f578122d15
@ -48,9 +48,9 @@
|
||||
// iOS Loading Spinner fill colors
|
||||
// -----------------------------------------
|
||||
|
||||
.loading-ios .spinner-ios line,
|
||||
.loading-ios .spinner-ios-small line {
|
||||
stroke: $loading-ios-spinner-ios-color;
|
||||
.loading-ios .spinner-lines-ios line,
|
||||
.loading-ios .spinner-lines-sm-ios line {
|
||||
stroke: $loading-ios-spinner-lines-color;
|
||||
}
|
||||
|
||||
.loading-ios .spinner-bubbles circle {
|
||||
|
||||
Reference in New Issue
Block a user