Skip to content

Commit

Permalink
Merge pull request openedx#376 from kawaguchi-ks/develop/cypress/fix-…
Browse files Browse the repository at this point in the history
…trans-309

Fix translations in courseware page (openedx#309)
(cherry picked from commit d094f9e)
  • Loading branch information
kawaguchi-ks committed Sep 30, 2015
1 parent 3aa5389 commit a3b9a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/lib/xmodule/xmodule/css/capa/display.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ div.problem {

// CASE: unanswered
&.unanswered {
@include status-icon($gray-l4, "\f128");
@include status-icon($gray-l4, "\25CF");
}

// CASE: processing
Expand Down Expand Up @@ -755,7 +755,7 @@ div.problem {
}

.status {
@include status-icon($gray-l4, "\f128");
@include status-icon($gray-l4, "\25CF");
}
}
}
Expand Down

0 comments on commit a3b9a13

Please sign in to comment.