From 8acc00aa663a78ca67a21a28ef1ca2fc1f627983 Mon Sep 17 00:00:00 2001 From: sridhar-komati <32507423+sridhar-komati@users.noreply.github.com> Date: Wed, 13 Mar 2019 21:38:16 +0530 Subject: [PATCH] fix for firefox checkboxes not appearing properly, added appearance as none --- public/sass/components/_switch.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/public/sass/components/_switch.scss b/public/sass/components/_switch.scss index 09b32463370..fc7abcc3f26 100644 --- a/public/sass/components/_switch.scss +++ b/public/sass/components/_switch.scss @@ -94,6 +94,7 @@ input:checked + .gf-form-switch__slider::before { opacity: 0; width: 0; height: 0; + appearance: none; } &--transparent {