Parcourir la source

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

sridhar-komati il y a 7 ans
Parent
commit
8acc00aa66
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      public/sass/components/_switch.scss

+ 1 - 0
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 {