mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(theming): update spinner classes to new names
This commit is contained in:
committed by
Brandy Carney
parent
41f54f8e2d
commit
f578122d15
@ -6,7 +6,7 @@
|
||||
|
||||
.spinner-lines-ios line,
|
||||
.spinner-lines-sm-ios line {
|
||||
stroke: $spinner-ios-ios-color;
|
||||
stroke: $spinner-ios-lines-color;
|
||||
}
|
||||
|
||||
.spinner-bubbles-ios circle {
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
// iOS Spinner
|
||||
// --------------------------------------------------
|
||||
|
||||
/// @prop - Color of the ios spinner
|
||||
$spinner-ios-ios-color: $text-ios-color-step-400 !default;
|
||||
/// @prop - Color of the lines spinner
|
||||
$spinner-ios-lines-color: $text-ios-color-step-400 !default;
|
||||
|
||||
/// @prop - Color of the bubbles spinner
|
||||
$spinner-ios-bubbles-color: $text-ios-color !default;
|
||||
@ -16,4 +16,4 @@ $spinner-ios-circles-color: $text-ios-color-step-400 !default;
|
||||
$spinner-ios-crescent-color: $text-ios-color !default;
|
||||
|
||||
/// @prop - Color of the dots spinner
|
||||
$spinner-ios-dots-color: $text-ios-color-step-400 !default;
|
||||
$spinner-ios-dots-color: $text-ios-color-step-300 !default;
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
.spinner-lines-md line,
|
||||
.spinner-lines-sm-md line {
|
||||
stroke: $spinner-md-ios-color;
|
||||
stroke: $spinner-md-lines-color;
|
||||
}
|
||||
|
||||
.spinner-bubbles-md circle {
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
// Material Design Spinner
|
||||
// --------------------------------------------------
|
||||
|
||||
/// @prop - Color of the ios spinner
|
||||
$spinner-md-ios-color: $text-md-color-step-400 !default;
|
||||
/// @prop - Color of the lines spinner
|
||||
$spinner-md-lines-color: $text-md-color-step-400 !default;
|
||||
|
||||
/// @prop - Color of the bubbles spinner
|
||||
$spinner-md-bubbles-color: $text-md-color !default;
|
||||
@ -16,4 +16,4 @@ $spinner-md-circles-color: $text-md-color-step-400 !default;
|
||||
$spinner-md-crescent-color: $text-md-color !default;
|
||||
|
||||
/// @prop - Color of the dots spinner
|
||||
$spinner-md-dots-color: $text-md-color-step-400 !default;
|
||||
$spinner-md-dots-color: $text-md-color-step-300 !default;
|
||||
|
||||
Reference in New Issue
Block a user