From 26c755f308900a4c708498e58fa67f03c8eeeeed Mon Sep 17 00:00:00 2001 From: Sia Gupta Date: Wed, 4 Dec 2024 12:53:58 +0530 Subject: [PATCH] Fixing Disabled UI state in radiobutton (#10129) * Fixing disabled state UI in radio button * Reverting value of passwordchar and some other changes * Updated value for RadioButtonOuterEllipseCheckedFill and addressed PR comments --------- Co-authored-by: Dipesh Kumar <85861525+dipeshmsft@users.noreply.github.com> --- .../Resources/Theme/Dark.xaml | 4 +++- .../Resources/Theme/HC.xaml | 7 +++++-- .../Resources/Theme/Light.xaml | 4 +++- .../Styles/RadioButton.xaml | 4 ++-- .../Themes/Fluent.Dark.xaml | 8 +++++--- .../PresentationFramework.Fluent/Themes/Fluent.HC.xaml | 10 ++++++---- .../Themes/Fluent.Light.xaml | 8 +++++--- 7 files changed, 29 insertions(+), 16 deletions(-) diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Dark.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Dark.xaml index 93843b94715..305a819d347 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Dark.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Dark.xaml @@ -579,7 +579,7 @@ - + @@ -598,6 +598,8 @@ + + diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/HC.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/HC.xaml index f26b6835ea8..9c642b38235 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/HC.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/HC.xaml @@ -455,7 +455,7 @@ - + @@ -473,7 +473,9 @@ - + + + @@ -639,6 +641,7 @@ #2D3236 #2D3236 + Transparent #2D3236 #2D3236 diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Light.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Light.xaml index 2a955592265..b205e7d492d 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Light.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Light.xaml @@ -576,7 +576,7 @@ - + @@ -595,6 +595,8 @@ + + diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/RadioButton.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/RadioButton.xaml index 19f215b531b..137030eaa73 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/RadioButton.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/RadioButton.xaml @@ -235,8 +235,8 @@ - - + + diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.Dark.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.Dark.xaml index c2c955367a9..c3c06a3d726 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.Dark.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.Dark.xaml @@ -556,7 +556,7 @@ - + @@ -575,6 +575,8 @@ + + @@ -3394,8 +3396,8 @@ - - + + diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.HC.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.HC.xaml index d2478380fcd..36ec6f374b8 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.HC.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.HC.xaml @@ -454,7 +454,7 @@ - + @@ -472,7 +472,9 @@ - + + + @@ -3375,8 +3377,8 @@ - - + + diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.Light.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.Light.xaml index ac43329c0db..4cd4d3cad61 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.Light.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.Light.xaml @@ -553,7 +553,7 @@ - + @@ -572,6 +572,8 @@ + + @@ -3391,8 +3393,8 @@ - - + +