[v5] Checkbox background and transition
Created by: robinheidrich
I have two suggestions for the checkbox.
-
Currently the Sass variable
$form-check-input-bg
uses$body-bg
as default, I think using$input-bg
would 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.