We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7930339 commit 32da5cdCopy full SHA for 32da5cd
scss/_scaffolding.scss
@@ -173,16 +173,10 @@ ion-infinite-scroll {
173
font-size: 30px;
174
color: $scroll-refresh-icon-color;
175
}
176
- .icon:before,
177
- .spinner{
178
- -webkit-transform: translate3d(0,0,0);
179
- transform: translate3d(0,0,0);
180
- }
181
&:not(.active){
182
.spinner,
183
.icon:before{
184
- -webkit-transform: translate3d(-1000px,0,0);
185
- transform: translate3d(-1000px,0,0);
+ display:none;
186
187
188
0 commit comments