소스 검색

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

Fix for firefox checkboxes not appearing properly
Torkel Ödegaard 6 년 전
부모
커밋
010b45d75e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 {