Commit 8acc00aa by sridhar-komati

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

parent 4bbd6ab7
...@@ -94,6 +94,7 @@ input:checked + .gf-form-switch__slider::before { ...@@ -94,6 +94,7 @@ input:checked + .gf-form-switch__slider::before {
opacity: 0; opacity: 0;
width: 0; width: 0;
height: 0; height: 0;
appearance: none;
} }
&--transparent { &--transparent {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment