fix for firefox checkboxes not appearing properly, added appearance as none

This commit is contained in:
sridhar-komati 2019-03-13 21:38:16 +05:30
parent 4bbd6ab79c
commit 8acc00aa66

View File

@ -94,6 +94,7 @@ input:checked + .gf-form-switch__slider::before {
opacity: 0;
width: 0;
height: 0;
appearance: none;
}
&--transparent {