-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Open
Description
Prerequisites
- I have searched for duplicate or closed feature requestsI have read the contributing guidelinesTo 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.
Metadata
Metadata
Assignees
Type
Projects
Status
No status
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…