Explorar el Código

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

Fix for firefox checkboxes not appearing properly
Torkel Ödegaard hace 6 años
padre
commit
010b45d75e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {