From e247de6b00586da7a189311bdf64e67d568f546d Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 26 Apr 2017 13:04:35 +0100 Subject: [PATCH] Fix ghost radio button on API key page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- app/assets/stylesheets/app.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index 76dd0a05c..b491feab2 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -252,7 +252,3 @@ details .arrow { color: $secondary-text-colour; cursor: default; } - -.multiple-choice input:disabled { - opacity: 0.5; -}