Просмотр исходного кода

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

sridhar-komati 6 лет назад
Родитель
Сommit
8acc00aa66
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 {