From e93002352b91ad68fbcd3a154e8417d29a4c969b Mon Sep 17 00:00:00 2001 From: Colt Borg Date: Tue, 8 Feb 2022 18:23:08 -0600 Subject: [PATCH] Allow feedback survey radio to accept focus Co-authored-by: Jason Wesson --- .../stylesheets/honeycrisp/molecules/_form-molecules.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/honeycrisp/molecules/_form-molecules.scss b/app/assets/stylesheets/honeycrisp/molecules/_form-molecules.scss index c27ea59b..d825b8c4 100644 --- a/app/assets/stylesheets/honeycrisp/molecules/_form-molecules.scss +++ b/app/assets/stylesheets/honeycrisp/molecules/_form-molecules.scss @@ -302,7 +302,7 @@ } .radio-button input { - display: none; + opacity: 0; } }