ux: change cursor to Hand when hover a commit hash link (#522)

This commit is contained in:
leo 2024-09-28 11:25:17 +08:00
parent bb907deddb
commit 841a009a56
No known key found for this signature in database
2 changed files with 44 additions and 2 deletions

View file

@ -87,6 +87,7 @@
<TextBlock Grid.Column="2"
Classes="primary"
Text="{Binding SHA, Converter={x:Static c:StringConverters.ToShortSHA}}"
Cursor="Hand"
Background="Transparent"
Foreground="DarkOrange"
TextDecorations="Underline"