MDL-76603 gradingform_rubric: preserve bg colour on hover

This commit is contained in:
Shamim Rezaie
2023-03-08 19:32:07 +11:00
parent 8b0fe1ee00
commit 74b103b218
+5 -1
View File
@@ -96,10 +96,14 @@
overflow: hidden;
}
.gradingform_rubric .criterion.even {
.gradingform_rubric .criterion.even td {
background: #f0f0f0;
}
.gradingform_rubric .criterion.odd td {
background: white;
}
.gradingform_rubric .criterion .description {
min-width: 150px;
font-weight: bold;