MaterialDesignInXamlToolkit
MaterialDesignInXamlToolkit copied to clipboard
ComboBox : Problem with Background / Foreground color combinations
Hover animation not always working

Also problem with hover animation when Background="{x:Null}"; only ok when hovering the words or the border

Thanks for all your work on this fine project !!
Info: <package id="MaterialDesignColors" version="1.1.2" targetFramework="net452" /> <package id="MaterialDesignThemes" version="2.1.0.657" targetFramework="net452" />
This issue is caused by the brush being derived from the Foreground color. Once the new brushes are implemented with #2435 this can be resolved.
@Keboo the problem relies in BrushRoundConverter. For some reason it returns White for this color. This results in a non visible hover.