MaterialDesignInXAML / MaterialDesignInXamlToolkit

Google's Material Design in XAML & WPF, for C# & VB.Net.
http://materialdesigninxaml.net
MIT License
15.05k stars 3.41k forks source link

ComboBox : Problem with Background / Foreground color combinations #540

Open Spoelle opened 7 years ago

Spoelle commented 7 years ago

Hover animation not always working

image


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

image

Thanks for all your work on this fine project !!

Info:

Keboo commented 2 years ago

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.

MichelMichels commented 2 months ago

@Keboo the problem relies in BrushRoundConverter. For some reason it returns White for this color. This results in a non visible hover.