From 121cee804543840a7bfb71db6af2faee8f9559ed Mon Sep 17 00:00:00 2001
From: Delvin <64721581+delvin02@users.noreply.github.com>
Date: Thu, 6 Nov 2025 14:57:38 +1030
Subject: [PATCH] git: Add cursor pointer on last commit to check changes
(#41960)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Release Notes:
- Improved visual cue on git panel ui to check previous commit changes
Before:
After:
---
crates/git_ui/src/git_panel.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crates/git_ui/src/git_panel.rs b/crates/git_ui/src/git_panel.rs
index 33fd1ba9b654a5f70751314e7445f536b5aec9c6..e233edcbbffd4402b0bcf4f18539dfda00759c59 100644
--- a/crates/git_ui/src/git_panel.rs
+++ b/crates/git_ui/src/git_panel.rs
@@ -3619,7 +3619,7 @@ impl GitPanel {
.border_color(cx.theme().colors().border.opacity(0.8))
.child(
div()
- .flex_grow()
+ .cursor_pointer()
.overflow_hidden()
.line_clamp(1)
.child(