From 48de509c63778015346bfc43c0fd9dde5de5a69e Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 14 Aug 2024 17:27:37 +0800 Subject: [PATCH] ux: change cursor to hand when hover links --- src/Views/BranchCompare.axaml | 4 ++-- src/Views/CommitBaseInfo.axaml | 1 + src/Views/RevisionCompare.axaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Views/BranchCompare.axaml b/src/Views/BranchCompare.axaml index 0e6d4b86..b87570e2 100644 --- a/src/Views/BranchCompare.axaml +++ b/src/Views/BranchCompare.axaml @@ -59,7 +59,7 @@ - + @@ -83,7 +83,7 @@ - + diff --git a/src/Views/CommitBaseInfo.axaml b/src/Views/CommitBaseInfo.axaml index ce15b512..70da7fcd 100644 --- a/src/Views/CommitBaseInfo.axaml +++ b/src/Views/CommitBaseInfo.axaml @@ -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"/> diff --git a/src/Views/RevisionCompare.axaml b/src/Views/RevisionCompare.axaml index 1d264362..f6303b45 100644 --- a/src/Views/RevisionCompare.axaml +++ b/src/Views/RevisionCompare.axaml @@ -24,7 +24,7 @@ - +