Use background-derived hover color for nav buttons
This commit is contained in:
@@ -1841,7 +1841,8 @@ namespace C4IT_CustomerPanel
|
||||
if (!(sender is Button bu))
|
||||
return;
|
||||
|
||||
bu.Background = System.Windows.Media.Brushes.Transparent;
|
||||
Color hoverColor = ConfigSettings.GetButtonHoverColor(ConfigSettings.GetBackgroundColor().Color);
|
||||
bu.Background = new SolidColorBrush(hoverColor);
|
||||
}
|
||||
catch (Exception exp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user