Merge pull request #1248 from alphagov/fix-ghost-radio

Fix ghost radio button on API key page
This commit is contained in:
Chris Hill-Scott
2017-04-27 09:52:12 +01:00
committed by GitHub

View File

@@ -252,7 +252,3 @@ details .arrow {
color: $secondary-text-colour;
cursor: default;
}
.multiple-choice input:disabled {
opacity: 0.5;
}