-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
RadioButton's MouseOver/Pressed/Disabled Foreground is always the theme's foreground color #3833
Comments
Hi @shinywong MahApps.Metro/src/MahApps.Metro/Styles/Themes/Theme.Template.xaml Lines 446 to 481 in 2e39545
Example: <!-- Place this in your Resources, e.g. in App.xaml to override globally -->
<SolidColorBrush x:Key="MahApps.Brushes.RadioButton.ForegroundPointerOver" Color="{DynamicResource MahApps.Colors.Accent}" /> Happy coding |
@timunie |
RadioButton obviously isn't checkbox but is this related to the issue I'm seeing where dark theme checkboxes don't show the checked mark unless you hover? Shows up on Server 2012 R2 desktop. The checkboxes in this image are checked, but they don't look it until the theme is set back to light. [Edit: created new issue, seems restricted to DataGrid] |
Describe the bug
In MahApps.Metro v2.0.0, RadioButton's MouseOver/Pressed/Disabled Foreground is always the theme's foreground color. That is, set RadioButton's Foreground won't change its MouseOver/Pressed/Disabled Foreground. Unlike CheckBox, RadioButton doesn't have properties like "CheckBoxHelper.ForegroundCheckedMouseOver", so I don't know how to change these colors.
Environment
The text was updated successfully, but these errors were encountered: