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

Commit c29704a

Browse files
committed
Set default SelectionOpacity to 0.4
This is the same as on Visual Studio 2017.
1 parent 686e660 commit c29704a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/GitHub.UI/Assets/Markdown.xaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,7 @@
5252
<Setter Property="Background" Value="{DynamicResource GitHubBranchNameBackgroundBrush}" />
5353
<Setter Property="FontFamily" Value="Consolas, Lucida Sans Typewriter, Courier New" />
5454
</Style>
55+
<Style TargetType="{x:Type FlowDocumentScrollViewer}">
56+
<Setter Property="SelectionOpacity" Value="0.4" />
57+
</Style>
5558
</ResourceDictionary>

0 commit comments

Comments
 (0)