This commit is contained in:
Sean Yesmunt 2019-02-19 23:45:40 -05:00 committed by GitHub
parent 8fc9613fea
commit 717faf9f8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,8 +150,7 @@ checkbox-element {
input {
&[type="checkbox"] {
width: 0;
height: 0;
width: 0; height: 0;
visibility: hidden;
&:not(:checked) {
@ -195,8 +194,7 @@ radio-element {
input {
&[type="radio"] {
width: 0;
height: 0;
width: 0; height: 0;
visibility: hidden;
&:not(:checked) {