Explorar o código

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

Fix for firefox checkboxes not appearing properly
Torkel Ödegaard %!s(int64=6) %!d(string=hai) anos
pai
achega
010b45d75e
Modificáronse 1 ficheiros con 1 adicións e 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;
     width: 0;
     height: 0;
+    appearance: none;
   }
 
   &--transparent {