Checkbox cannot center check mark
metropolis-nostalgia opened this issue · comments
Removing top: var(--checkmark-top);
from the input[type="checkbox"]:checked + label::after
declaration on line 420 fixed this issue, and I didn't see any visual changes in the position (even when the lines are not wrapping, so it seems like this doesn't break anything). I only tested it in Brave (Chromium).
Tested this on Safari on MacOS and Chrome on Windows, could not find any visual changes in the position when top: ...
was removed. Taking this bug and putting up a PR to fix this