Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Maupin <ermaup@microsoft.com>2019-01-16 20:30:00 +0300
committerEric Maupin <ermaup@microsoft.com>2019-01-16 20:30:00 +0300
commit142cf2ca9f5374955b776ad617e8db598f0b8127 (patch)
tree50c6ca5df60e844cffa36f2e74971fcbf15ca79b /Xamarin.PropertyEditing.Windows
parent86124fadb56b64f518a7aa2a7826ee37a0dcf5fe (diff)
[Win] Fix uncommon arrow theming
Diffstat (limited to 'Xamarin.PropertyEditing.Windows')
-rw-r--r--Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml b/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml
index 4dbc8f4..6f079bc 100644
--- a/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml
+++ b/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml
@@ -91,12 +91,6 @@
<Trigger Property="IsChecked" Value="True">
<Setter Property="Data" TargetName="Chevron" Value="M 0,8 L 5,3 L 10,8"/>
</Trigger>
- <Trigger Property="IsMouseOver" Value="true">
- <Setter Property="Stroke" Value="{DynamicResource ToggleItemMouseOverForegroundBrush}" TargetName="Chevron"/>
- </Trigger>
- <Trigger Property="IsPressed" Value="true">
- <Setter Property="Stroke" Value="{DynamicResource ToggleItemSelectedForegroundBrush}" TargetName="Chevron"/>
- </Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>