فهرست منبع

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 {