Skip to content

Commit

Permalink
small fix in ContextMenu style
Browse files Browse the repository at this point in the history
  • Loading branch information
A-tG committed May 27, 2023
1 parent 90880ca commit ea8d9e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion VoicemeeterOsdProgram/Resources/Voicemeeter/MenuItem.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,11 @@
<Setter Property="Visibility" TargetName="Icon" Value="Collapsed"/>
</Trigger>
<Trigger Property="IsHighlighted" Value="True">
<Setter Property="Background" TargetName="templateRoot" Value="{StaticResource VmBgAltBrush}"/>
<Setter Property="Background" TargetName="templateRoot">
<Setter.Value>
<SolidColorBrush Color="{StaticResource VmActiveElementCyanColor}" Opacity="0.2"/>
</Setter.Value>
</Setter>
<Setter Property="BorderBrush" TargetName="templateRoot" Value="{StaticResource VmActiveElementCyanBrush}"/>
</Trigger>
<Trigger Property="IsEnabled" Value="False">
Expand Down

0 comments on commit ea8d9e1

Please sign in to comment.