Skip to content

Commit

Permalink
Merge pull request openedx#387 from nttks/jenkins/master/51
Browse files Browse the repository at this point in the history
Merge pull request openedx#376 from kawaguchi-ks/develop/cypress/fix-trans-309
  • Loading branch information
kawaguchi-ks committed Sep 30, 2015
2 parents 3aa5389 + a3b9a13 commit 55ba337
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 55ba337

Please sign in to comment.