This commit is contained in:
Ross
2021-08-19 10:36:57 +01:00
parent c926ce310c
commit 62ff977574
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -367,11 +367,11 @@ img.uploading {
color: lightblue;
}
.rapid-ans .user-answer-score-1 {
.rapid-ans.user-answer-score-1 {
color: lightblue;
}
.rapid-ans .user-answer-score-0\.5 {
.rapid-ans.user-answer-score-0\.5 {
/* color: green; */
color: yellow;
}
@@ -396,7 +396,7 @@ td.user-answer-score-0\.5.rapid-ans::after {
content: "✓";
}
td.user-answer-score-1:.rapid-ans:after {
td.user-answer-score-1.rapid-ans::after {
content: "✓✓";
}
+3 -3
View File
@@ -367,11 +367,11 @@ img.uploading {
color: lightblue;
}
.rapid-ans .user-answer-score-1 {
.rapid-ans.user-answer-score-1 {
color: lightblue;
}
.rapid-ans .user-answer-score-0\.5 {
.rapid-ans.user-answer-score-0\.5 {
/* color: green; */
color: yellow;
}
@@ -396,7 +396,7 @@ td.user-answer-score-0\.5.rapid-ans::after {
content: "✓";
}
td.user-answer-score-1:.rapid-ans:after {
td.user-answer-score-1.rapid-ans::after {
content: "✓✓";
}