diff --git a/common/lib/xmodule/xmodule/css/capa/display.scss b/common/lib/xmodule/xmodule/css/capa/display.scss index 08d3d18322..5fcd28a630 100644 --- a/common/lib/xmodule/xmodule/css/capa/display.scss +++ b/common/lib/xmodule/xmodule/css/capa/display.scss @@ -1523,10 +1523,3 @@ div.problem .annotation-input { background: url('#{$static-path}/images/partially-correct-icon.png') center center no-repeat; } } - -// Loading Spinner -// ==================== -.problems-wrapper .loading-spinner { - text-align: center; - color: $gray-d1; -} diff --git a/lms/templates/problem_ajax.html b/lms/templates/problem_ajax.html index 6794032a54..664b7567c0 100644 --- a/lms/templates/problem_ajax.html +++ b/lms/templates/problem_ajax.html @@ -1,7 +1 @@ -<%! from django.utils.translation import ugettext as _ %> -
- - ${_('Loading')} -
-