Navigation Menu

Skip to content

Commit

Permalink
Fix for displaying correct answers on MacOS when gap fill page is set…
Browse files Browse the repository at this point in the history
… to drop down. It seems MacOS doesn't display the correct answers in green unless a background property is also set. According to my testing adding background:inherit; resolves the issue. That said we probably need to discuss the feedback text because it's not really good that we rely on green colour to indicate correct answers.
  • Loading branch information
ronm123 committed Dec 5, 2018
1 parent 2de5f11 commit 04f2faf
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -51,6 +51,7 @@

#targetHolder select[disabled] {
color: green;
background:inherit;
}

#targetHolder select[disabled].answerShown {
Expand Down

0 comments on commit 04f2faf

Please sign in to comment.