Skip to content

Commit f9e40ce

Browse files
committed
Remove HyperLinkBtnStyle
1 parent e5ed1ed commit f9e40ce

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Flow.Launcher/Resources/CustomControlTemplate.xaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2150,14 +2150,6 @@
21502150
</Trigger>
21512151
</Style.Triggers>
21522152
</Style>
2153-
<Style x:Key="HyperLinkBtnStyle" TargetType="Hyperlink">
2154-
<Setter Property="Foreground" Value="{DynamicResource PluginInfoColor}" />
2155-
<Style.Triggers>
2156-
<Trigger Property="IsMouseOver" Value="True">
2157-
<Setter Property="Foreground" Value="{DynamicResource Color05B}" />
2158-
</Trigger>
2159-
</Style.Triggers>
2160-
</Style>
21612153

21622154
<!-- Content Dialog -->
21632155
<Style x:Key="ContentDialog" TargetType="ui:ContentDialog">

0 commit comments

Comments
 (0)