typos #6

Merged
neb-b merged 4 commits from typo into master 2019-02-20 16:06:58 +01:00
Showing only changes of commit 717faf9f8f - Show all commits

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) {