ux: change cursor to hand when hover links

This commit is contained in:
leo 2024-08-14 17:27:37 +08:00
parent 18cf258201
commit 48de509c63
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

View file

@ -81,6 +81,7 @@
Text="{Binding Converter={x:Static c:StringConverters.ToShortSHA}}"
Foreground="DarkOrange"
TextDecorations="Underline"
Cursor="Hand"
Margin="0,0,16,0"
PointerPressed="OnParentSHAPressed"/>
</DataTemplate>