Browse Source

Set correct pointerover brush for expander control

pull/5181/head
Wiesław Šoltés 6 years ago
committed by GitHub
parent
commit
c2b405b45c
  1. 2
      src/Avalonia.Themes.Fluent/Controls/Expander.xaml

2
src/Avalonia.Themes.Fluent/Controls/Expander.xaml

@ -108,7 +108,7 @@
</Setter>
</Style>
<Style Selector="Expander /template/ ToggleButton#PART_toggle:pointerover /template/ Border">
<Setter Property="BorderBrush" Value="{DynamicResource SystemControlTransientBorderBrush}" />
<Setter Property="BorderBrush" Value="{DynamicResource SystemControlHighlightBaseMediumBrush}" />
</Style>
<Style Selector="Expander:down:expanded /template/ ToggleButton#PART_toggle /template/ Path">
<Setter Property="RenderTransform">

Loading…
Cancel
Save