mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-22 05:40:43 +08:00
ux: add style for issue link hovered
This commit is contained in:
@@ -106,6 +106,8 @@ namespace SourceGit.Views
|
||||
return;
|
||||
|
||||
_lastHover = match;
|
||||
_lastHover.Link.Classes.Add("issue_link_hovered");
|
||||
|
||||
SetCurrentValue(CursorProperty, Cursor.Parse("Hand"));
|
||||
ToolTip.SetTip(this, match.URL);
|
||||
ToolTip.SetIsOpen(this, true);
|
||||
|
||||
@@ -253,6 +253,8 @@ namespace SourceGit.Views
|
||||
return;
|
||||
|
||||
_lastHover = match;
|
||||
_lastHover.Link.Classes.Add("issue_link_hovered");
|
||||
|
||||
SetCurrentValue(CursorProperty, Cursor.Parse("Hand"));
|
||||
ToolTip.SetTip(this, match.URL);
|
||||
ToolTip.SetIsOpen(this, true);
|
||||
|
||||
Reference in New Issue
Block a user