Browse Source

dont highlight selected menuitems.

pull/1739/head
Dan Walmsley 8 years ago
parent
commit
4f26d4fc08
  1. 5
      src/Avalonia.Themes.Default/MenuItem.xaml

5
src/Avalonia.Themes.Default/MenuItem.xaml

@ -122,11 +122,6 @@
</Setter>
</Style>
<Style Selector="MenuItem:selected /template/ Border#root">
<Setter Property="Background" Value="{DynamicResource ThemeAccentBrush4}"/>
<Setter Property="BorderBrush" Value="{DynamicResource ThemeAccentBrush}"/>
</Style>
<Style Selector="MenuItem:pointerover /template/ Border#root">
<Setter Property="Background" Value="{DynamicResource ThemeAccentBrush4}"/>
<Setter Property="BorderBrush" Value="{DynamicResource ThemeAccentBrush}"/>

Loading…
Cancel
Save