We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ed1ed commit f9e40ceCopy full SHA for f9e40ce
Flow.Launcher/Resources/CustomControlTemplate.xaml
@@ -2150,14 +2150,6 @@
2150
</Trigger>
2151
</Style.Triggers>
2152
</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>
2161
2162
<!-- Content Dialog -->
2163
<Style x:Key="ContentDialog" TargetType="ui:ContentDialog">
0 commit comments