MaterialDesignInXAML / MaterialDesignInXAML/MaterialDesignInXamlToolkit
Toolbar toggle button style issue
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 16.3k
- Forks
- 3.5k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 8
Description
Using version 4.3.0, the default style MaterialDesignToolToggleListBoxItem for toolbar toggle button in non-selected enabled state can be easily mistaken as disabled state.
By changing the Opacity property to 0.92 in the Ripple element, users will not mistaken the toggle button as disabled and the style will be more consistent with other toolbar button.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the MaterialDesignToolToggleListBoxItem style and its Ripple element in the XAML resources. Compare the non-selected enabled toolbar toggle with other toolbar button styles, update the opacity as requested, and verify that the control no longer appears disabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- design, desktop
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100