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

Commit 79a321c

Browse files
Removing opacity change
1 parent 387f2e3 commit 79a321c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/GitHub.InlineReviews/Tags/InlineCommentGlyphFactory.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ static UserControl CreateGlyph(InlineCommentTag tag)
6666

6767
if (showTag.Thread != null)
6868
{
69-
return new ShowInlineCommentGlyph
70-
{
71-
Opacity = showTag.Thread.IsStale ? 0.5 : 1,
72-
};
69+
return new ShowInlineCommentGlyph();
7370
}
7471

7572
if (showTag.Annotations != null)

0 commit comments

Comments
 (0)