Commit f2631faa by Marco Morales

Merge pull request #9529 from edx/marco/UX-2753/partial-credit-icon-status

Updated partially correct capa icon
parents 9f86f188 dc5c4660
......@@ -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