fix missing checkmark when checkbox is checked

This commit is contained in:
Mads Rasmussen
2021-08-23 15:15:26 +02:00
parent fde1759d49
commit 6d62d91bf2

View File

@@ -156,6 +156,8 @@
font-size: 12px;
opacity: 0;
transition: .2s ease-out;
position: relative;
z-index: 1;
&:before {
display: flex;