Skip to content

Commit

Permalink
fix cursor on clear search button
Browse files Browse the repository at this point in the history
  • Loading branch information
MyDrift-user committed Aug 24, 2024
1 parent 00870ae commit 5084b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xaml/inputXML.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,12 +284,12 @@
<Setter Property="Padding" Value="0"/>
<Setter Property="BorderBrush" Value="Transparent"/>
<Setter Property="BorderThickness" Value="0"/>
<Setter Property="Cursor" Value="Hand"/>
<Style.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Foreground" Value="Red"/>
<Setter Property="Background" Value="Transparent"/>
<Setter Property="BorderThickness" Value="10"/>
<Setter Property="Cursor" Value="Hand"/>
</Trigger>
</Style.Triggers>
</Style>
Expand Down

0 comments on commit 5084b39

Please sign in to comment.