fix: fix HyperlinkButton UnderLine trigger issue.

This commit is contained in:
Zhang Dian 2024-11-18 15:49:12 +08:00
parent 5742412cb9
commit 5af0fde583

View File

@ -82,7 +82,7 @@
</Style> </Style>
<Style Selector="^.Underline"> <Style Selector="^.Underline">
<Style Selector="^ /template/ ContentPresenter#PART_ContentPresenter"> <Style Selector="^ /template/ ContentPresenter#PART_ContentPresenter:pointerover">
<Setter Property="TextBlock.TextDecorations" Value="Underline" /> <Setter Property="TextBlock.TextDecorations" Value="Underline" />
</Style> </Style>
</Style> </Style>