Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/PerfView/Themes/DarkTheme.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2209,6 +2209,7 @@ SOFTWARE.
<Setter Property="OverridesDefaultStyle" Value="true" />
</Style>
<Style x:Key="{x:Type Hyperlink}" BasedOn="{StaticResource {x:Type Hyperlink}}" TargetType="{x:Type Hyperlink}">
<Setter Property="FocusVisualStyle" Value="{StaticResource FocusVisual}" />
<Style.Triggers>
<Trigger Property="IsMouseOver" Value="true">
<Setter Property="Foreground" Value="{StaticResource ControlBrightPrimaryColourBackground}" />
Expand All @@ -2222,6 +2223,7 @@ SOFTWARE.
</Style>

<Style x:Key="{x:Type Hyperlink}" TargetType="{x:Type Hyperlink}">
<Setter Property="FocusVisualStyle" Value="{StaticResource FocusVisual}" />
<Setter Property="Foreground" Value="{StaticResource ControlDefaultForeground}" />
<Setter Property="TextDecorations" Value="Underline" />
<Style.Triggers>
Expand Down