Last active
July 30, 2017 11:19
-
-
Save mammuth/8a28d800a16b44ec261c1e2a7100e38b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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