mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-29 16:14:59 +00:00
ux: add Color.Link
for issue links (#315)
This commit is contained in:
parent
538cdc2764
commit
a2749d3c4f
2 changed files with 4 additions and 1 deletions
|
@ -278,7 +278,7 @@
|
|||
<Setter Property="HorizontalAlignment" Value="Right"/>
|
||||
</Style>
|
||||
<Style Selector="TextBlock.issue_link">
|
||||
<Setter Property="Foreground" Value="{DynamicResource Brush.Accent}"/>
|
||||
<Setter Property="Foreground" Value="{DynamicResource Brush.Link}"/>
|
||||
<Setter Property="Cursor" Value="Hand"/>
|
||||
</Style>
|
||||
<Style Selector="TextBlock.issue_link:pointerover">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue