Commit dc5c4660 by marcotuts

updated partially correct capa icon, accounting for lack of status label or…

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.
parent 406c9bc5
......@@ -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");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment