mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
remove loading icons from ionic
This commit is contained in:
30
dist/css/ionic.css
vendored
30
dist/css/ionic.css
vendored
@ -4956,36 +4956,6 @@ a.button {
|
|||||||
.fill-icon.ion-gray-lighter:before {
|
.fill-icon.ion-gray-lighter:before {
|
||||||
background: #eeeeee; }
|
background: #eeeeee; }
|
||||||
|
|
||||||
.ion-loading {
|
|
||||||
font-family: 'Ionicons';
|
|
||||||
speak: none;
|
|
||||||
font-weight: normal;
|
|
||||||
font-variant: normal;
|
|
||||||
text-transform: none;
|
|
||||||
line-height: 1;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
-webkit-animation: spin .75s linear infinite;
|
|
||||||
-moz-animation: spin .75s linear infinite;
|
|
||||||
animation: spin .75s linear infinite; }
|
|
||||||
.ion-loading:before {
|
|
||||||
content: "\e144"; }
|
|
||||||
|
|
||||||
.ion-refreshing {
|
|
||||||
font-family: 'Ionicons';
|
|
||||||
speak: none;
|
|
||||||
font-weight: normal;
|
|
||||||
font-variant: normal;
|
|
||||||
text-transform: none;
|
|
||||||
line-height: 1;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
-webkit-animation: spin .75s linear infinite;
|
|
||||||
-moz-animation: spin .75s linear infinite;
|
|
||||||
animation: spin .75s linear infinite; }
|
|
||||||
.ion-refreshing:before {
|
|
||||||
content: "\e144"; }
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Util
|
* Util
|
||||||
* --------------------------------------------------
|
* --------------------------------------------------
|
||||||
|
|||||||
@ -108,41 +108,3 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ion-loading {
|
|
||||||
font-family: 'Ionicons';
|
|
||||||
speak: none;
|
|
||||||
font-weight: normal;
|
|
||||||
font-variant: normal;
|
|
||||||
text-transform: none;
|
|
||||||
line-height: 1;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
|
|
||||||
-webkit-animation:spin .75s linear infinite;
|
|
||||||
-moz-animation:spin .75s linear infinite;
|
|
||||||
animation:spin .75s linear infinite;
|
|
||||||
|
|
||||||
&:before {
|
|
||||||
content: "\e144";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.ion-refreshing {
|
|
||||||
font-family: 'Ionicons';
|
|
||||||
speak: none;
|
|
||||||
font-weight: normal;
|
|
||||||
font-variant: normal;
|
|
||||||
text-transform: none;
|
|
||||||
line-height: 1;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
|
|
||||||
-webkit-animation:spin .75s linear infinite;
|
|
||||||
-moz-animation:spin .75s linear infinite;
|
|
||||||
animation:spin .75s linear infinite;
|
|
||||||
|
|
||||||
&:before {
|
|
||||||
content: "\e144";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user