Skip to content
This repository was archived by the owner on Feb 9, 2019. It is now read-only.

Commit 55262bc

Browse files
committed
Sencha Touch loading Spinner name fix
sencha-loading-spinner did not work for me but st-loading-spinner worked. Sencha Touch 2.2.1
1 parent a5f22e3 commit 55262bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ux/sass/_FileUp.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919

2020
$loading-spinner-color: #000000;
21-
@include sencha-loading-spinner;
21+
@include st-loading-spinner;
2222
.x-fileup-uploading {
2323
.x-loading-spinner {
2424
font-size: 100%;
@@ -46,4 +46,4 @@ $loading-spinner-color: #000000;
4646
max-width: 95%;
4747
background-image: -webkit-linear-gradient(top, #ff1a1a,#e60000 3%,#b30000);
4848
display: inline-block;
49-
}
49+
}

0 commit comments

Comments
 (0)