mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 09:38:25 -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;
|
color: $secondary-text-colour;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.multiple-choice input:disabled {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user