Merge pull request #15981 from srid12/firefox-checkbox-15854

Fix for firefox checkboxes not appearing properly
This commit is contained in:
Torkel Ödegaard
2019-03-13 20:36:25 +01:00
committed by GitHub
+1
View File
@@ -94,6 +94,7 @@ input:checked + .gf-form-switch__slider::before {
opacity: 0;
width: 0;
height: 0;
appearance: none;
}
&--transparent {