-
-
Notifications
You must be signed in to change notification settings - Fork 589
Enhance the style of the checkboxes for multi-selection #1244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance the style of the checkboxes for multi-selection #1244
Conversation
@microsoft-github-policy-service agree |
I truly hope this gets merged, it's truly painful for designing that the color isn't matching. |
Thansk @SypherrDev, I'm waiting for someone review to be able to complete these PR. 😃 |
@patriksvensson aligned also this branch to the last commit in main. |
@davide-pi Could you perfom a rebase on your branch instead of a merge as per our CONTRIBUTING.md instructions? |
…he selected style, if available, to the checkboxes that are currently selected. # Conflicts: # src/Spectre.Console/Prompts/List/ListPromptConstants.cs
Sure sorry @patriksvensson. Fixed with the rebase, thanks! |
Description
Enhance the style of the checkboxes for multi-selection by applying the selected style, if available, to the checkboxes that are currently selected.
Examples
Old or without style specified

With multiselection style specified with

.HighlightStyle(new Style(Color.Red))
Reason
I would like the
X
on the selected checkboxes to have the same style as the multiselection highlight to avoid any mismatched color combinationsPlease upvote 👍 this pull request if you are interested in it.