Sleek theme checkboxes have inconsistent hight checked/unchecked

Issue #121 new
Former user created an issue

When using the Sleek theme, then the checkboxes have different height depending on their checked status. They are higher when unchecked.

This can be corrected through setting the font-size to 14px for both "input[type="checkbox"] + label::before" and "input[type="checkbox"]:checked + label::before" and setting margin-right for "input[type="checkbox"]:checked + label::before" to 1px from 6px. They currently use a font-size of 16px and 12px.

Comments (1)

  1. Log in to comment