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

Commit 6f783d2

Browse files
committed
Don't gray out disabled expander headers.
1 parent 6297f67 commit 6f783d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/GitHub.VisualStudio/Views/GitHubPane/PullRequestUserReviewsView.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<Rectangle Fill="{DynamicResource GitHubHeaderSeparatorBrush}" Height="1" Margin="0 4"/>
5353

5454
<Expander Margin="0 0 4 0"
55+
Foreground="{DynamicResource GitHubVsToolWindowText}"
5556
IsExpanded="{Binding IsExpanded, Mode=OneTime}"
5657
IsEnabled="{Binding HasDetails}">
5758
<Expander.Header>
@@ -69,7 +70,8 @@
6970
</StackPanel>
7071
</Expander.Header>
7172
<StackPanel Margin="16 4 0 4">
72-
<Expander IsExpanded="True"
73+
<Expander Foreground="{DynamicResource GitHubVsToolWindowText}"
74+
IsExpanded="True"
7375
Margin="0 4"
7476
Visibility="{Binding Body, Converter={ghfvs:NullToVisibilityConverter}}">
7577
<Expander.Header>

0 commit comments

Comments
 (0)