You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
Proposal
Convert the sass variables $form-check-input-checked-bg-color and $form-check-input-checked-border-color to be css variables (e.g. --{$prefix}-form-check-input-checked-bg-color: and --{$prefix}-form-check-input-checked-border-color).
Motivation and context
It would be nice to theme these values without needing a custom SASS build.
Activity
Change the values of the form checked variables from $form-check-in…
Change the values of the form checked variables from $form-check-in…