Skip to content

Commit

Permalink
[PTRun][Accessibility]Add border on mouse over and selection to actio…
Browse files Browse the repository at this point in the history
…n buttons (#32774)
  • Loading branch information
gokcekantarci committed May 9, 2024
1 parent a46319f commit 72bd90b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/launcher/PowerLauncher/Styles/Styles.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,11 @@
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="true">
<Setter TargetName="border" Property="Background" Value="Transparent" />
<!--<Setter TargetName="border" Property="BorderBrush" Value="Transparent" />-->
<Setter TargetName="border" Property="BorderBrush" Value="{DynamicResource KeyboardFocusBorderColorBrush}" />
</Trigger>
<Trigger Property="IsSelected" Value="True">
<Setter TargetName="border" Property="Background" Value="{DynamicResource SubtleFillColorTertiaryBrush}" />
<Setter TargetName="border" Property="BorderBrush" Value="{DynamicResource KeyboardFocusBorderColorBrush}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
Expand Down

0 comments on commit 72bd90b

Please sign in to comment.