Skip to content
Snippets Groups Projects
Commit b15dd24d authored by uhensler's avatar uhensler
Browse files

OO-3304: Use colors of rubric states in heat map too

parent 3820fe88
No related branches found
No related tags found
No related merge requests found
......@@ -165,13 +165,13 @@
border-radius: 50%;
&.o_rubric_insufficient {
background-color: $o-evaluation-insufficient-color;
background-color: $o-evaluation-insufficient-color !important;
}
&.o_rubric_neutral {
background-color: $o-evaluation-neutral-color;
background-color: $o-evaluation-neutral-color !important;
}
&.o_rubric_sufficient {
background-color: $o-evaluation-sufficient-color;
background-color: $o-evaluation-sufficient-color !important;
}
}
.o_avg {
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment