Fix checkbox style issues

This commit is contained in:
Linus Groh
2019-12-13 18:41:02 +00:00
parent e7e6ea7dda
commit 1a7f969b59

View File

@@ -33,9 +33,11 @@ ul {
input[type="checkbox"] {
appearance: none;
border: 0; // Remove the unchecked checkbox outline in Safari on iOS
cursor: pointer;
margin-right: 3px;
position: relative;
vertical-align: bottom;
vertical-align: top;
&::before {
border: 2px solid var(--color-primary);