Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 45c073c

Browse files
committed
Disable links until we make them work.
1 parent 392b3fe commit 45c073c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/GitHub.VisualStudio/Views/Dialog/ForkRepositoryExecuteView.xaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
<cache:SharedDictionaryManager Source="pack://application:,,,/GitHub.UI;component/SharedDictionary.xaml" />
1818
<cache:SharedDictionaryManager Source="pack://application:,,,/GitHub.UI.Reactive;component/SharedDictionary.xaml" />
1919
</ResourceDictionary.MergedDictionaries>
20+
21+
<!-- Disable links until we make them work-->
22+
<Style TargetType="Hyperlink">
23+
<Setter Property="IsEnabled" Value="False"/>
24+
<Setter Property="Foreground" Value="Black"/>
25+
</Style>
26+
2027
</ResourceDictionary>
2128
</Control.Resources>
2229

0 commit comments

Comments
 (0)