Fix ghost radio button on API key page

I think the `opacity: 0.5` is a hangover from when the browser default
radio buttons were visible on the page – before the new radios and
checkboxes.
This commit is contained in:
Chris Hill-Scott
2017-04-26 13:04:35 +01:00
parent c996d5f4aa
commit e247de6b00

View File

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