updated partially correct capa icon, accounting for lack of status label or message on these problems. New icon used is an asterisk with the same green color.

This commit is contained in:
marcotuts
2015-08-28 15:57:25 -04:00
parent 406c9bc556
commit dc5c4660c7

View File

@@ -181,7 +181,7 @@ div.problem {
}
&.choicegroup_partially-correct {
@include status-icon($partiallycorrect, "\f00c");
@include status-icon($partiallycorrect, "\f069");
border: 2px solid $partiallycorrect;
// keep green for correct answers on hover.
@@ -245,7 +245,7 @@ div.problem {
// CASE: partially correct answer
&.partially-correct {
@include status-icon($partiallycorrect, "\f00c");
@include status-icon($partiallycorrect, "\f069");
}
// CASE: incorrect answer
@@ -776,7 +776,7 @@ div.problem {
}
.status {
@include status-icon($partiallycorrect, "\f00c");
@include status-icon($partiallycorrect, "\f069");
}
}