Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 142cf2c

Browse files
author
Eric Maupin
committed
[Win] Fix uncommon arrow theming
1 parent 86124fa commit 142cf2c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@
9191
<Trigger Property="IsChecked" Value="True">
9292
<Setter Property="Data" TargetName="Chevron" Value="M 0,8 L 5,3 L 10,8"/>
9393
</Trigger>
94-
<Trigger Property="IsMouseOver" Value="true">
95-
<Setter Property="Stroke" Value="{DynamicResource ToggleItemMouseOverForegroundBrush}" TargetName="Chevron"/>
96-
</Trigger>
97-
<Trigger Property="IsPressed" Value="true">
98-
<Setter Property="Stroke" Value="{DynamicResource ToggleItemSelectedForegroundBrush}" TargetName="Chevron"/>
99-
</Trigger>
10094
</ControlTemplate.Triggers>
10195
</ControlTemplate>
10296
</Setter.Value>

0 commit comments

Comments
 (0)