FieldCheckbox should have cursor: pointer

This commit is contained in:
Vesa Luusua 2018-02-22 18:03:43 +02:00
parent aac51dd7f1
commit c3d933f001

View file

@ -47,6 +47,7 @@
display: inline-flex;
align-items: center;
cursor: pointer;
}
.checked {
@ -63,4 +64,5 @@
color: var(--matterColor);
margin-top: -1px;
margin-bottom: 1px;
cursor: pointer;
}