Skip to content

Commit 94d8cc5

Browse files
Merge pull request #9160 from Symbai/patch-2
Remove hand cursor in Win11 style
2 parents 22e5e01 + 91a4c34 commit 94d8cc5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/ComboBox.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
<Setter Property="Background" Value="Transparent" />
9494
<Setter Property="Margin" Value="{StaticResource ComboBoxItemMargin}" />
9595
<Setter Property="Padding" Value="{StaticResource ComboBoxItemContentMargin}" />
96-
<Setter Property="Cursor" Value="Hand" />
9796
<Setter Property="Border.CornerRadius" Value="{DynamicResource ControlCornerRadius}" />
9897
<Setter Property="SnapsToDevicePixels" Value="True" />
9998
<Setter Property="OverridesDefaultStyle" Value="True" />

src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/RadioButton.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<Setter Property="BorderBrush" Value="Transparent" />
3131
<Setter Property="Margin" Value="0" />
3232
<Setter Property="Padding" Value="{StaticResource RadioButtonPadding}" />
33-
<Setter Property="Cursor" Value="Hand" />
3433
<Setter Property="HorizontalAlignment" Value="Left" />
3534
<Setter Property="VerticalAlignment" Value="Center" />
3635
<Setter Property="HorizontalContentAlignment" Value="Left" />

0 commit comments

Comments
 (0)