[v5] Checkbox background and transition
Created by: robinheidrich
I have two suggestions for the checkbox.
-
Currently the Sass variable
$form-check-input-bguses$body-bgas default, I think using$input-bgwould be better. -
Remove the transition for
background-color(probably also forborder-color) from.form-check-input. The background color should be applied immediately when you release the mouse button to make it look smoother.