mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-01 04:37:03 -04:00
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:
@@ -252,7 +252,3 @@ details .arrow {
|
||||
color: $secondary-text-colour;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.multiple-choice input:disabled {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user