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

Commit 6a87ad1

Browse files
authored
Merge branch 'master' into fixes/817-pr-details-context-menu
2 parents 5a3b27b + bfc4839 commit 6a87ad1

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

src/GitHub.InlineReviews/Tags/AddInlineCommentGlyph.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
mc:Ignorable="d">
88

99
<Grid>
10+
<Border Background="{DynamicResource GitHubGlyphMarginCommentableBackground}" BorderThickness="0,0,1,0" />
1011
<Viewbox x:Name="AddViewbox" Margin="0,1,0,0">
1112
<Canvas Width="14" Height="14">
1213
<Rectangle Width="13" Height="13" Fill="{DynamicResource GitHubDiffGlyphFill.None}"/>

src/GitHub.InlineReviews/Tags/ShowInlineCommentGlyph.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
mc:Ignorable="d">
88

99
<Grid>
10+
<Border Background="{DynamicResource GitHubGlyphMarginCommentableBackground}" BorderThickness="0,0,1,0" />
1011
<Viewbox HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0,1,0,0">
1112
<Canvas Width="16" Height="15">
1213
<Path Canvas.Top="1" Canvas.Left="0.85"

src/GitHub.InlineReviews/Views/GlyphMarginGrid.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@
1515
</ResourceDictionary.MergedDictionaries>
1616
</ResourceDictionary>
1717
</Grid.Resources>
18+
19+
<Border Background="{DynamicResource GitHubPeekViewBackground}" BorderBrush="{DynamicResource GitHubPeekViewBackground}" BorderThickness="0,0,1,0"/>
1820
</Grid>

0 commit comments

Comments
 (0)