Przeglądaj źródła

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

sridhar-komati 6 lat temu
rodzic
commit
8acc00aa66
1 zmienionych plików z 1 dodań i 0 usunięć
  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;
     opacity: 0;
     width: 0;
     width: 0;
     height: 0;
     height: 0;
+    appearance: none;
   }
   }
 
 
   &--transparent {
   &--transparent {