Skip to content

Instantly share code, notes, and snippets.

@mammuth
Last active July 30, 2017 11:19
Show Gist options
  • Save mammuth/8a28d800a16b44ec261c1e2a7100e38b to your computer and use it in GitHub Desktop.
Save mammuth/8a28d800a16b44ec261c1e2a7100e38b to your computer and use it in GitHub Desktop.
.correct,
.incorrect {
background: none !important;
}
.questioncorrectnessicon {
display: none;
}
.multichoiceset input[type=checkbox] {
display: none;
}
.feedback {
filter: blur(3px);
}
.feedback:hover {
filter: blur(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment