ux: add Color.Link for issue links (#315)

This commit is contained in:
leo 2024-08-06 13:57:37 +08:00
parent 538cdc2764
commit a2749d3c4f
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -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">