mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 22:44:13 +08:00
style: run build, lint, and remove !default Sass variables
This commit is contained in:
@@ -13,10 +13,7 @@ $refresher-md-native-spinner-color: #{ion-color(primary, base)};
|
||||
$refresher-md-native-spinner-border: 1px solid var(--ion-color-step-200, var(--ion-background-color-step-200, #ececec));
|
||||
|
||||
/// @prop - Background of the native refresher spinner
|
||||
$refresher-md-native-spinner-background: var(
|
||||
--ion-color-step-250,
|
||||
var(--ion-background-color-step-250, #ffffff)
|
||||
);
|
||||
$refresher-md-native-spinner-background: var(--ion-color-step-250, var(--ion-background-color-step-250, #ffffff));
|
||||
|
||||
/// @prop - Box shadow of the native refresher spinner
|
||||
$refresher-md-native-spinner-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
|
||||
|
||||
Reference in New Issue
Block a user